#E5CBDC

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

Shades of Classic Rose #E5CBDC

Tints of Classic Rose #E5CBDC

Color information

#E5CBDC (or 0xE5CBDC) is unknown color: approx Classic Rose. HEX triplet: E5, CB and DC. RGB value is (229,203,220). Sum of RGB (Red+Green+Blue) = 229+203+220=652 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.12% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBDC is #1A3423. Grayscale: #D4D4D4. Windows color (decimal): -1717284 or 14470117. OLE color: 14470117.

HSL color Cylindrical-coordinate representation of color #E5CBDC: hue angle of 320.77º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5CBDC is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB229203220-
CMYK00.110.040.10
HSL320.77º33.33%84.71%-
HSV(B)320.77º11.35%89.8%-
XYZ66.5964.5476.66-
YUV212.71132.11139.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.12%
GREEN value IS 203 (79.69% from 255) = 31.13%
BLUE value IS 220 (86.33% from 255) = 33.74%
R=35.12%
G=31.13%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920322000.110.040.10320.7733.3384.71
HexE5CBDC0B4A1412155
Octal34531333401341250141125
Binary1110010111001011110111000101110010101010000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CBDC; }

 p { color: rgb(229,203,220); }

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

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

 a { background-color: rgb(229,203,220); }

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

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

 span { border-color: rgb(229,203,220); }

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