#E9CCDC

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

Shades of Classic Rose #E9CCDC

Tints of Classic Rose #E9CCDC

Color information

#E9CCDC (or 0xE9CCDC) is unknown color: approx Classic Rose. HEX triplet: E9, CC and DC. RGB value is (233,204,220). Sum of RGB (Red+Green+Blue) = 233+204+220=657 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.46% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CCDC is #163323. Grayscale: #D6D6D6. Windows color (decimal): -1454884 or 14470377. OLE color: 14470377.

HSL color Cylindrical-coordinate representation of color #E9CCDC: hue angle of 326.9º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9CCDC is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB233204220-
CMYK00.120.060.09
HSL326.9º39.73%85.69%-
HSV(B)326.9º12.45%91.37%-
XYZ68.1265.6876.8-
YUV214.5131.11141.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.46%
GREEN value IS 204 (80.08% from 255) = 31.05%
BLUE value IS 220 (86.33% from 255) = 33.49%
R=35.46%
G=31.05%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320422000.120.060.09326.939.7385.69
HexE9CCDC0C691472856
Octal35131433401461150750126
Binary1110100111001100110111000110011010011010001111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CCDC; }

 p { color: rgb(233,204,220); }

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

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

 a { background-color: rgb(233,204,220); }

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

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

 span { border-color: rgb(233,204,220); }

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