#E9CCDD

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

Shades of Classic Rose #E9CCDD

Tints of Classic Rose #E9CCDD

Color information

#E9CCDD (or 0xE9CCDD) is unknown color: approx Classic Rose. HEX triplet: E9, CC and DD. RGB value is (233,204,221). Sum of RGB (Red+Green+Blue) = 233+204+221=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CCDD is #163322. Grayscale: #D6D6D6. Windows color (decimal): -1454883 or 14535913. OLE color: 14535913.

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

Color convert

RGB233204221-
CMYK00.120.050.09
HSL324.83º39.73%85.69%-
HSV(B)324.83º12.45%91.37%-
XYZ68.2565.7377.5-
YUV214.61131.61141.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.41%
GREEN value IS 204 (80.08% from 255) = 31.00%
BLUE value IS 221 (86.72% from 255) = 33.59%
R=35.41%
G=31.00%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320422100.120.050.09324.8339.7385.69
HexE9CCDD0C591452856
Octal35131433501451150550126
Binary1110100111001100110111010110010110011010001011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CCDD; }

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

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

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

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

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

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

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

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