#E9CADC

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

Shades of Classic Rose #E9CADC

Tints of Classic Rose #E9CADC

Color information

#E9CADC (or 0xE9CADC) is unknown color: approx Classic Rose. HEX triplet: E9, CA and DC. RGB value is (233,202,220). Sum of RGB (Red+Green+Blue) = 233+202+220=655 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.57% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CADC is #163523. Grayscale: #D5D5D5. Windows color (decimal): -1455396 or 14469865. OLE color: 14469865.

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

Color convert

RGB233202220-
CMYK00.130.060.09
HSL325.16º41.33%85.29%-
HSV(B)325.16º13.3%91.37%-
XYZ67.6464.7376.64-
YUV213.32131.77142.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.57%
GREEN value IS 202 (79.30% from 255) = 30.84%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=35.57%
G=30.84%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320222000.130.060.09325.1641.3385.29
HexE9CADC0D691452955
Octal35131233401561150551125
Binary1110100111001010110111000110111010011010001011010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CADC; }

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

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

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

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

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

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

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

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