#E9CADF

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

Shades of Classic Rose #E9CADF

Tints of Classic Rose #E9CADF

Color information

#E9CADF (or 0xE9CADF) is unknown color: approx Classic Rose. HEX triplet: E9, CA and DF. RGB value is (233,202,223). Sum of RGB (Red+Green+Blue) = 233+202+223=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CADF is #163520. Grayscale: #D5D5D5. Windows color (decimal): -1455393 or 14666473. OLE color: 14666473.

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

Color convert

RGB233202223-
CMYK00.130.040.09
HSL319.35º41.33%85.29%-
HSV(B)319.35º13.3%91.37%-
XYZ68.0464.8978.75-
YUV213.66133.27141.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.41%
GREEN value IS 202 (79.30% from 255) = 30.70%
BLUE value IS 223 (87.5% from 255) = 33.89%
R=35.41%
G=30.70%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320222300.130.040.09319.3541.3385.29
HexE9CADF0D4913f2955
Octal35131233701541147751125
Binary1110100111001010110111110110110010011001111111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CADF; }

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

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

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

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

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

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

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

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