#E6D3C8

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

Shades of Bizarre #E6D3C8

Tints of Bizarre #E6D3C8

Color information

#E6D3C8 (or 0xE6D3C8) is unknown color: approx Bizarre. HEX triplet: E6, D3 and C8. RGB value is (230,211,200). Sum of RGB (Red+Green+Blue) = 230+211+200=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D3C8 is #192C37. Grayscale: #D7D7D7. Windows color (decimal): -1649720 or 13161446. OLE color: 13161446.

HSL color Cylindrical-coordinate representation of color #E6D3C8: hue angle of 22º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6D3C8 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB230211200-
CMYK00.080.130.10
HSL22º37.5%84.31%-
HSV(B)22º13.04%90.2%-
XYZ66.3567.5864.19-
YUV215.43119.29138.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.88%
GREEN value IS 211 (82.81% from 255) = 32.92%
BLUE value IS 200 (78.52% from 255) = 31.20%
R=35.88%
G=32.92%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021120000.080.130.102237.584.31
HexE6D3C808DA162654
Octal34632331001015122646124
Binary1110011011010011110010000100011011010101101001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D3C8; }

 p { color: rgb(230,211,200); }

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

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

 a { background-color: rgb(230,211,200); }

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

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

 span { border-color: rgb(230,211,200); }

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