#EDD5CA

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

Shades of Bizarre #EDD5CA

Tints of Bizarre #EDD5CA

Color information

#EDD5CA (or 0xEDD5CA) is unknown color: approx Bizarre. HEX triplet: ED, D5 and CA. RGB value is (237,213,202). Sum of RGB (Red+Green+Blue) = 237+213+202=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5CA is #122A35. Grayscale: #DADADA. Windows color (decimal): -1190454 or 13293037. OLE color: 13293037.

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

Color convert

RGB237213202-
CMYK00.100.150.07
HSL18.86º49.3%86.08%-
HSV(B)18.86º14.77%92.94%-
XYZ69.3869.8665.7-
YUV218.92118.45140.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.35%
GREEN value IS 213 (83.59% from 255) = 32.67%
BLUE value IS 202 (79.30% from 255) = 30.98%
R=36.35%
G=32.67%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721320200.100.150.0718.8649.386.08
HexEDD5CA0AF7133156
Octal3553253120121772361126
Binary111011011101010111001010010101111111100111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD5CA; }

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

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

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

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

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

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

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

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