#E8CBDA

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

Shades of Prim #E8CBDA

Tints of Prim #E8CBDA

Color information

#E8CBDA (or 0xE8CBDA) is unknown color: approx Prim. HEX triplet: E8, CB and DA. RGB value is (232,203,218). Sum of RGB (Red+Green+Blue) = 232+203+218=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CBDA is #173425. Grayscale: #D5D5D5. Windows color (decimal): -1520678 or 14339048. OLE color: 14339048.

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

Color convert

RGB232203218-
CMYK00.120.060.09
HSL328.97º38.67%85.29%-
HSV(B)328.97º12.5%90.98%-
XYZ67.2964.9375.32-
YUV213.38130.61141.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.53%
GREEN value IS 203 (79.69% from 255) = 31.09%
BLUE value IS 218 (85.55% from 255) = 33.38%
R=35.53%
G=31.09%
B=33.38%

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
Decimal23220321800.120.060.09328.9738.6785.29
HexE8CBDA0C691492755
Octal35031333201461151147125
Binary1110100011001011110110100110011010011010010011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CBDA; }

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

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

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

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

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

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

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

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