#ECCBD9

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

Shades of Classic Rose #ECCBD9

Tints of Classic Rose #ECCBD9

Color information

#ECCBD9 (or 0xECCBD9) is unknown color: approx Classic Rose. HEX triplet: EC, CB and D9. RGB value is (236,203,217). Sum of RGB (Red+Green+Blue) = 236+203+217=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBD9 is #133426. Grayscale: #D6D6D6. Windows color (decimal): -1258535 or 14273516. OLE color: 14273516.

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

Color convert

RGB236203217-
CMYK00.140.080.07
HSL334.55º46.48%86.08%-
HSV(B)334.55º13.98%92.55%-
XYZ68.4765.5574.69-
YUV214.46129.43143.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.98%
GREEN value IS 203 (79.69% from 255) = 30.95%
BLUE value IS 217 (85.16% from 255) = 33.08%
R=35.98%
G=30.95%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620321700.140.080.07334.5546.4886.08
HexECCBD90E8714f2e56
Octal35431333101610751756126
Binary1110110011001011110110010111010001111010011111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBD9; }

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

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

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

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

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

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

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

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