#E8CBD7

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

Shades of Prim #E8CBD7

Tints of Prim #E8CBD7

Color information

#E8CBD7 (or 0xE8CBD7) is unknown color: approx Prim. HEX triplet: E8, CB and D7. RGB value is (232,203,215). Sum of RGB (Red+Green+Blue) = 232+203+215=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CBD7 is #173428. Grayscale: #D5D5D5. Windows color (decimal): -1520681 or 14142440. OLE color: 14142440.

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

Color convert

RGB232203215-
CMYK00.120.070.09
HSL335.17º38.67%85.29%-
HSV(B)335.17º12.5%90.98%-
XYZ66.964.7773.27-
YUV213.04129.11141.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.69%
GREEN value IS 203 (79.69% from 255) = 31.23%
BLUE value IS 215 (84.38% from 255) = 33.08%
R=35.69%
G=31.23%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220321500.120.070.09335.1738.6785.29
HexE8CBD70C7914f2755
Octal35031332701471151747125
Binary1110100011001011110101110110011110011010011111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CBD7; }

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

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

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

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

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

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

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

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