#EBBCD9

Color #EBBCD9 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #EBBCD9

Tints of Classic Rose #EBBCD9

Color information

#EBBCD9 (or 0xEBBCD9) is unknown color: approx Classic Rose. HEX triplet: EB, BC and D9. RGB value is (235,188,217). Sum of RGB (Red+Green+Blue) = 235+188+217=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCD9 is #144326. Grayscale: #CDCDCD. Windows color (decimal): -1327911 or 14269675. OLE color: 14269675.

HSL color Cylindrical-coordinate representation of color #EBBCD9: hue angle of 322.98º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBCD9 is Cyan = 0, Magento = 0.2, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235188217-
CMYK00.20.080.08
HSL322.98º54.02%82.94%-
HSV(B)322.98º20%92.16%-
XYZ64.7758.6473.55-
YUV205.36134.57149.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 188 (73.83% from 255) = 29.38%
BLUE value IS 217 (85.16% from 255) = 33.91%
R=36.72%
G=29.38%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518821700.20.080.08322.9854.0282.94
HexEBBCD9014881433653
Octal353274331024101050366123
Binary111010111011110011011001010100100010001010000111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCD9; }

 p { color: rgb(235,188,217); }

 H1.HeaderClassName
 {
   color: #EBBCD9;
 }
 .AnyTagClassName
 {
   color: #EBBCD9;
 }
</style>
background-color css

<style>
 a { background-color: #EBBCD9; }

 a { background-color: rgb(235,188,217); }

 div.DivClassName
 {
   background-color: #EBBCD9;
 }
 .BgClassName
 {
   background-color: #EBBCD9;
 }
</style>
border-color css

<style>
 span { border-color: #EBBCD9; }

 span { border-color: rgb(235,188,217); }

 td.TdClassName
 {
   border-color: #EBBCD9;
 }
 .TagClassName
 {
   border-color: #EBBCD9;
 }
</style>