#EECBD9

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

Shades of Classic Rose #EECBD9

Tints of Classic Rose #EECBD9

Color information

#EECBD9 (or 0xEECBD9) is unknown color: approx Classic Rose. HEX triplet: EE, CB and D9. RGB value is (238,203,217). Sum of RGB (Red+Green+Blue) = 238+203+217=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBD9 is #113426. Grayscale: #D7D7D7. Windows color (decimal): -1127463 or 14273518. OLE color: 14273518.

HSL color Cylindrical-coordinate representation of color #EECBD9: hue angle of 336º 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 #EECBD9 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB238203217-
CMYK00.150.090.07
HSL336º50.72%86.47%-
HSV(B)336º14.71%93.33%-
XYZ69.1465.974.72-
YUV215.06129.1144.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.17%
GREEN value IS 203 (79.69% from 255) = 30.85%
BLUE value IS 217 (85.16% from 255) = 32.98%
R=36.17%
G=30.85%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820321700.150.090.0733650.7286.47
HexEECBD90F971503356
Octal35631333101711752063126
Binary1110111011001011110110010111110011111010100001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECBD9; }

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

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

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

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

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

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

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

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