#EDD3CB

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

Shades of Bizarre #EDD3CB

Tints of Bizarre #EDD3CB

Color information

#EDD3CB (or 0xEDD3CB) is unknown color: approx Bizarre. HEX triplet: ED, D3 and CB. RGB value is (237,211,203). Sum of RGB (Red+Green+Blue) = 237+211+203=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD3CB is #122C34. Grayscale: #D9D9D9. Windows color (decimal): -1190965 or 13358061. OLE color: 13358061.

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

Color convert

RGB237211203-
CMYK00.110.140.07
HSL14.12º48.57%86.27%-
HSV(B)14.12º14.35%92.94%-
XYZ6968.966.16-
YUV217.86119.61141.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.41%
GREEN value IS 211 (82.81% from 255) = 32.41%
BLUE value IS 203 (79.69% from 255) = 31.18%
R=36.41%
G=32.41%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721120300.110.140.0714.1248.5786.27
HexEDD3CB0BE7e3156
Octal3553233130131671661126
Binary11101101110100111100101101011111011111101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD3CB; }

 p { color: rgb(237,211,203); }

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

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

 a { background-color: rgb(237,211,203); }

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

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

 span { border-color: rgb(237,211,203); }

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