#E9CDDB

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

Shades of Classic Rose #E9CDDB

Tints of Classic Rose #E9CDDB

Color information

#E9CDDB (or 0xE9CDDB) is unknown color: approx Classic Rose. HEX triplet: E9, CD and DB. RGB value is (233,205,219). Sum of RGB (Red+Green+Blue) = 233+205+219=657 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.46% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDDB is #163224. Grayscale: #D6D6D6. Windows color (decimal): -1454629 or 14405097. OLE color: 14405097.

HSL color Cylindrical-coordinate representation of color #E9CDDB: hue angle of 330º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9CDDB is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB233205219-
CMYK00.120.060.09
HSL330º38.89%85.88%-
HSV(B)330º12.02%91.37%-
XYZ68.2266.176.18-
YUV214.97130.28140.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.46%
GREEN value IS 205 (80.47% from 255) = 31.20%
BLUE value IS 219 (85.94% from 255) = 33.33%
R=35.46%
G=31.20%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320521900.120.060.0933038.8985.88
HexE9CDDB0C6914a2756
Octal35131533301461151247126
Binary1110100111001101110110110110011010011010010101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDDB; }

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

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

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

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

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

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

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

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