#E6D4CD

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

Shades of Bizarre #E6D4CD

Tints of Bizarre #E6D4CD

Color information

#E6D4CD (or 0xE6D4CD) is unknown color: approx Bizarre. HEX triplet: E6, D4 and CD. RGB value is (230,212,205). Sum of RGB (Red+Green+Blue) = 230+212+205=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 212 (83.20% from 255 or 32.77% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D4CD is #192B32. Grayscale: #D8D8D8. Windows color (decimal): -1649459 or 13489382. OLE color: 13489382.

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

Color convert

RGB230212205-
CMYK00.080.110.10
HSL16.8º33.33%85.29%-
HSV(B)16.8º10.87%90.2%-
XYZ67.268.3267.4-
YUV216.58121.46137.57-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.55%
GREEN value IS 212 (83.20% from 255) = 32.77%
BLUE value IS 205 (80.47% from 255) = 31.68%
R=35.55%
G=32.77%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021220500.080.110.1016.833.3385.29
HexE6D4CD08BA112155
Octal34632431501013122141125
Binary1110011011010100110011010100010111010100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D4CD; }

 p { color: rgb(230,212,205); }

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

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

 a { background-color: rgb(230,212,205); }

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

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

 span { border-color: rgb(230,212,205); }

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