#E8D4CC

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

Shades of Bizarre #E8D4CC

Tints of Bizarre #E8D4CC

Color information

#E8D4CC (or 0xE8D4CC) is unknown color: approx Bizarre. HEX triplet: E8, D4 and CC. RGB value is (232,212,204). Sum of RGB (Red+Green+Blue) = 232+212+204=648 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.80% from 648); Green value is 212 (83.20% from 255 or 32.72% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D4CC is #172B33. Grayscale: #D9D9D9. Windows color (decimal): -1518388 or 13423848. OLE color: 13423848.

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

Color convert

RGB232212204-
CMYK00.090.120.09
HSL17.14º37.84%85.49%-
HSV(B)17.14º12.07%90.98%-
XYZ67.7268.666.8-
YUV217.07120.63138.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.80%
GREEN value IS 212 (83.20% from 255) = 32.72%
BLUE value IS 204 (80.08% from 255) = 31.48%
R=35.80%
G=32.72%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221220400.090.120.0917.1437.8485.49
HexE8D4CC09C9112655
Octal35032431401114112146125
Binary1110100011010100110011000100111001001100011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D4CC; }

 p { color: rgb(232,212,204); }

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

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

 a { background-color: rgb(232,212,204); }

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

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

 span { border-color: rgb(232,212,204); }

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