#EDD4CA

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

Shades of Bizarre #EDD4CA

Tints of Bizarre #EDD4CA

Color information

#EDD4CA (or 0xEDD4CA) is unknown color: approx Bizarre. HEX triplet: ED, D4 and CA. RGB value is (237,212,202). Sum of RGB (Red+Green+Blue) = 237+212+202=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4CA is #122B35. Grayscale: #DADADA. Windows color (decimal): -1190710 or 13292781. OLE color: 13292781.

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

Color convert

RGB237212202-
CMYK00.110.150.07
HSL17.14º49.3%86.08%-
HSV(B)17.14º14.77%92.94%-
XYZ69.1369.3665.62-
YUV218.33118.78141.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.41%
GREEN value IS 212 (83.20% from 255) = 32.57%
BLUE value IS 202 (79.30% from 255) = 31.03%
R=36.41%
G=32.57%
B=31.03%

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
Decimal23721220200.110.150.0717.1449.386.08
HexEDD4CA0BF7113156
Octal3553243120131772161126
Binary111011011101010011001010010111111111100011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD4CA; }

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

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

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

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

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

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

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

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