#EDD2CA

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

Shades of Bizarre #EDD2CA

Tints of Bizarre #EDD2CA

Color information

#EDD2CA (or 0xEDD2CA) is unknown color: approx Bizarre. HEX triplet: ED, D2 and CA. RGB value is (237,210,202). Sum of RGB (Red+Green+Blue) = 237+210+202=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2CA is #122D35. Grayscale: #D9D9D9. Windows color (decimal): -1191222 or 13292269. OLE color: 13292269.

HSL color Cylindrical-coordinate representation of color #EDD2CA: hue angle of 13.71º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDD2CA is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237210202-
CMYK00.110.150.07
HSL13.71º49.3%86.08%-
HSV(B)13.71º14.77%92.94%-
XYZ68.6368.3665.45-
YUV217.16119.45142.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 210 (82.42% from 255) = 32.36%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=36.52%
G=32.36%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721020200.110.150.0713.7149.386.08
HexEDD2CA0BF7e3156
Octal3553223120131771661126
Binary11101101110100101100101001011111111111101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD2CA; }

 p { color: rgb(237,210,202); }

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

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

 a { background-color: rgb(237,210,202); }

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

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

 span { border-color: rgb(237,210,202); }

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