#E9CDDD

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

Shades of Classic Rose #E9CDDD

Tints of Classic Rose #E9CDDD

Color information

#E9CDDD (or 0xE9CDDD) is unknown color: approx Classic Rose. HEX triplet: E9, CD and DD. RGB value is (233,205,221). Sum of RGB (Red+Green+Blue) = 233+205+221=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDDD is #163222. Grayscale: #D7D7D7. Windows color (decimal): -1454627 or 14536169. OLE color: 14536169.

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

Color convert

RGB233205221-
CMYK00.120.050.09
HSL325.71º38.89%85.88%-
HSV(B)325.71º12.02%91.37%-
XYZ68.4966.2177.58-
YUV215.2131.28140.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.36%
GREEN value IS 205 (80.47% from 255) = 31.11%
BLUE value IS 221 (86.72% from 255) = 33.54%
R=35.36%
G=31.11%
B=33.54%

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
Decimal23320522100.120.050.09325.7138.8985.88
HexE9CDDD0C591462756
Octal35131533501451150647126
Binary1110100111001101110111010110010110011010001101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDDD; }

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

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

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

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

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

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

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

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