#E9CADB

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

Shades of Classic Rose #E9CADB

Tints of Classic Rose #E9CADB

Color information

#E9CADB (or 0xE9CADB) is unknown color: approx Classic Rose. HEX triplet: E9, CA and DB. RGB value is (233,202,219). Sum of RGB (Red+Green+Blue) = 233+202+219=654 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.63% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CADB is #163524. Grayscale: #D5D5D5. Windows color (decimal): -1455397 or 14404329. OLE color: 14404329.

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

Color convert

RGB233202219-
CMYK00.130.060.09
HSL327.1º41.33%85.29%-
HSV(B)327.1º13.3%91.37%-
XYZ67.5164.6875.94-
YUV213.21131.27142.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.63%
GREEN value IS 202 (79.30% from 255) = 30.89%
BLUE value IS 219 (85.94% from 255) = 33.49%
R=35.63%
G=30.89%
B=33.49%

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
Decimal23320221900.130.060.09327.141.3385.29
HexE9CADB0D691472955
Octal35131233301561150751125
Binary1110100111001010110110110110111010011010001111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CADB; }

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

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

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

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

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

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

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

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