#EED4C9

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

Shades of Bizarre #EED4C9

Tints of Bizarre #EED4C9

Color information

#EED4C9 (or 0xEED4C9) is unknown color: approx Bizarre. HEX triplet: EE, D4 and C9. RGB value is (238,212,201). Sum of RGB (Red+Green+Blue) = 238+212+201=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 201 (78.91% from 255 or 30.88% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4C9 is #112B36. Grayscale: #DADADA. Windows color (decimal): -1125175 or 13227246. OLE color: 13227246.

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

Color convert

RGB238212201-
CMYK00.110.160.07
HSL17.84º52.11%86.08%-
HSV(B)17.84º15.55%93.33%-
XYZ69.3569.4865.01-
YUV218.52118.11141.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.56%
GREEN value IS 212 (83.20% from 255) = 32.57%
BLUE value IS 201 (78.91% from 255) = 30.88%
R=36.56%
G=32.57%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821220100.110.160.0717.8452.1186.08
HexEED4C90B107123456
Octal3563243110132072264126
Binary1110111011010100110010010101110000111100101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED4C9; }

 p { color: rgb(238,212,201); }

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

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

 a { background-color: rgb(238,212,201); }

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

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

 span { border-color: rgb(238,212,201); }

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