#E5CBDA

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

Shades of Prim #E5CBDA

Tints of Prim #E5CBDA

Color information

#E5CBDA (or 0xE5CBDA) is unknown color: approx Prim. HEX triplet: E5, CB and DA. RGB value is (229,203,218). Sum of RGB (Red+Green+Blue) = 229+203+218=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBDA is #1A3425. Grayscale: #D4D4D4. Windows color (decimal): -1717286 or 14339045. OLE color: 14339045.

HSL color Cylindrical-coordinate representation of color #E5CBDA: hue angle of 325.38º 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 #E5CBDA is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB229203218-
CMYK00.110.050.10
HSL325.38º33.33%84.71%-
HSV(B)325.38º11.35%89.8%-
XYZ66.3264.4375.27-
YUV212.48131.11139.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.23%
GREEN value IS 203 (79.69% from 255) = 31.23%
BLUE value IS 218 (85.55% from 255) = 33.54%
R=35.23%
G=31.23%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920321800.110.050.10325.3833.3384.71
HexE5CBDA0B5A1452155
Octal34531333201351250541125
Binary1110010111001011110110100101110110101010001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CBDA; }

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

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

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

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

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

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

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

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