#E9CAD9

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

Shades of Classic Rose #E9CAD9

Tints of Classic Rose #E9CAD9

Color information

#E9CAD9 (or 0xE9CAD9) is unknown color: approx Classic Rose. HEX triplet: E9, CA and D9. RGB value is (233,202,217). Sum of RGB (Red+Green+Blue) = 233+202+217=652 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.74% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CAD9 is #163526. Grayscale: #D4D4D4. Windows color (decimal): -1455399 or 14273257. OLE color: 14273257.

HSL color Cylindrical-coordinate representation of color #E9CAD9: hue angle of 330.97º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CAD9 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB233202217-
CMYK00.130.070.09
HSL330.97º41.33%85.29%-
HSV(B)330.97º13.3%91.37%-
XYZ67.2564.5774.57-
YUV212.98130.27142.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.74%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 217 (85.16% from 255) = 33.28%
R=35.74%
G=30.98%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320221700.130.070.09330.9741.3385.29
HexE9CAD90D7914b2955
Octal35131233101571151351125
Binary1110100111001010110110010110111110011010010111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CAD9; }

 p { color: rgb(233,202,217); }

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

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

 a { background-color: rgb(233,202,217); }

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

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

 span { border-color: rgb(233,202,217); }

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