#EECBDA

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

Shades of Classic Rose #EECBDA

Tints of Classic Rose #EECBDA

Color information

#EECBDA (or 0xEECBDA) is unknown color: approx Classic Rose. HEX triplet: EE, CB and DA. RGB value is (238,203,218). Sum of RGB (Red+Green+Blue) = 238+203+218=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 203 (79.69% from 255 or 30.80% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBDA is #113425. Grayscale: #D7D7D7. Windows color (decimal): -1127462 or 14339054. OLE color: 14339054.

HSL color Cylindrical-coordinate representation of color #EECBDA: hue angle of 334.29º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECBDA is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB238203218-
CMYK00.150.080.07
HSL334.29º50.72%86.47%-
HSV(B)334.29º14.71%93.33%-
XYZ69.2765.9575.41-
YUV215.18129.6144.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.12%
GREEN value IS 203 (79.69% from 255) = 30.80%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=36.12%
G=30.80%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820321800.150.080.07334.2950.7286.47
HexEECBDA0F8714e3356
Octal35631333201710751663126
Binary1110111011001011110110100111110001111010011101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBDA; }

 p { color: rgb(238,203,218); }

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

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

 a { background-color: rgb(238,203,218); }

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

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

 span { border-color: rgb(238,203,218); }

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