#E9CBDA

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

Shades of Classic Rose #E9CBDA

Tints of Classic Rose #E9CBDA

Color information

#E9CBDA (or 0xE9CBDA) is unknown color: approx Classic Rose. HEX triplet: E9, CB and DA. RGB value is (233,203,218). Sum of RGB (Red+Green+Blue) = 233+203+218=654 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.63% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBDA is #163425. Grayscale: #D5D5D5. Windows color (decimal): -1455142 or 14339049. OLE color: 14339049.

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

Color convert

RGB233203218-
CMYK00.130.060.09
HSL330º40.54%85.49%-
HSV(B)330º12.88%91.37%-
XYZ67.6265.175.33-
YUV213.68130.44141.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.63%
GREEN value IS 203 (79.69% from 255) = 31.04%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=35.63%
G=31.04%
B=33.33%

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
Decimal23320321800.130.060.0933040.5485.49
HexE9CBDA0D6914a2955
Octal35131333201561151251125
Binary1110100111001011110110100110111010011010010101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CBDA; }

 p { color: rgb(233,203,218); }

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

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

 a { background-color: rgb(233,203,218); }

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

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

 span { border-color: rgb(233,203,218); }

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