#ECCBD8

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

Shades of Classic Rose #ECCBD8

Tints of Classic Rose #ECCBD8

Color information

#ECCBD8 (or 0xECCBD8) is unknown color: approx Classic Rose. HEX triplet: EC, CB and D8. RGB value is (236,203,216). Sum of RGB (Red+Green+Blue) = 236+203+216=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBD8 is #133427. Grayscale: #D6D6D6. Windows color (decimal): -1258536 or 14207980. OLE color: 14207980.

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

Color convert

RGB236203216-
CMYK00.140.080.07
HSL336.36º46.48%86.08%-
HSV(B)336.36º13.98%92.55%-
XYZ68.3465.574.01-
YUV214.35128.93143.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 203 (79.69% from 255) = 30.99%
BLUE value IS 216 (84.77% from 255) = 32.98%
R=36.03%
G=30.99%
B=32.98%

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
Decimal23620321600.140.080.07336.3646.4886.08
HexECCBD80E871502e56
Octal35431333001610752056126
Binary1110110011001011110110000111010001111010100001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBD8; }

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

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

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

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

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

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

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

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