#E7D0CA

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

Shades of Bizarre #E7D0CA

Tints of Bizarre #E7D0CA

Color information

#E7D0CA (or 0xE7D0CA) is unknown color: approx Bizarre. HEX triplet: E7, D0 and CA. RGB value is (231,208,202). Sum of RGB (Red+Green+Blue) = 231+208+202=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 208 (81.64% from 255 or 32.45% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D0CA is #182F35. Grayscale: #D6D6D6. Windows color (decimal): -1584950 or 13291751. OLE color: 13291751.

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

Color convert

RGB231208202-
CMYK00.100.130.09
HSL12.41º37.66%84.9%-
HSV(B)12.41º12.55%90.59%-
XYZ66.1766.3665.2-
YUV214.19121.12139.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.04%
GREEN value IS 208 (81.64% from 255) = 32.45%
BLUE value IS 202 (79.30% from 255) = 31.51%
R=36.04%
G=32.45%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120820200.100.130.0912.4137.6684.9
HexE7D0CA0AD9c2655
Octal34732031201215111446125
Binary111001111101000011001010010101101100111001001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D0CA; }

 p { color: rgb(231,208,202); }

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

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

 a { background-color: rgb(231,208,202); }

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

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

 span { border-color: rgb(231,208,202); }

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