#E9CCDB

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

Shades of Classic Rose #E9CCDB

Tints of Classic Rose #E9CCDB

Color information

#E9CCDB (or 0xE9CCDB) is unknown color: approx Classic Rose. HEX triplet: E9, CC and DB. RGB value is (233,204,219). Sum of RGB (Red+Green+Blue) = 233+204+219=656 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.52% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CCDB is #163324. Grayscale: #D6D6D6. Windows color (decimal): -1454885 or 14404841. OLE color: 14404841.

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

Color convert

RGB233204219-
CMYK00.120.060.09
HSL328.97º39.73%85.69%-
HSV(B)328.97º12.45%91.37%-
XYZ67.9865.6276.1-
YUV214.38130.61141.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.52%
GREEN value IS 204 (80.08% from 255) = 31.10%
BLUE value IS 219 (85.94% from 255) = 33.38%
R=35.52%
G=31.10%
B=33.38%

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
Decimal23320421900.120.060.09328.9739.7385.69
HexE9CCDB0C691492856
Octal35131433301461151150126
Binary1110100111001100110110110110011010011010010011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CCDB; }

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

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

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

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

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

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

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

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