#EDD6CD

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

Shades of Bizarre #EDD6CD

Tints of Bizarre #EDD6CD

Color information

#EDD6CD (or 0xEDD6CD) is unknown color: approx Bizarre. HEX triplet: ED, D6 and CD. RGB value is (237,214,205). Sum of RGB (Red+Green+Blue) = 237+214+205=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6CD is #122932. Grayscale: #DBDBDB. Windows color (decimal): -1190195 or 13489901. OLE color: 13489901.

HSL color Cylindrical-coordinate representation of color #EDD6CD: hue angle of 16.88º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD6CD is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237214205-
CMYK00.100.140.07
HSL16.88º47.06%86.67%-
HSV(B)16.88º13.5%92.94%-
XYZ69.9970.5167.68-
YUV219.85119.62140.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.13%
GREEN value IS 214 (83.98% from 255) = 32.62%
BLUE value IS 205 (80.47% from 255) = 31.25%
R=36.13%
G=32.62%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721420500.100.140.0716.8847.0686.67
HexEDD6CD0AE7112f57
Octal3553263150121672157127
Binary111011011101011011001101010101110111100011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD6CD; }

 p { color: rgb(237,214,205); }

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

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

 a { background-color: rgb(237,214,205); }

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

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

 span { border-color: rgb(237,214,205); }

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