#EED6C9

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

Shades of Bizarre #EED6C9

Tints of Bizarre #EED6C9

Color information

#EED6C9 (or 0xEED6C9) is unknown color: approx Bizarre. HEX triplet: EE, D6 and C9. RGB value is (238,214,201). Sum of RGB (Red+Green+Blue) = 238+214+201=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 201 (78.91% from 255 or 30.78% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6C9 is #112936. Grayscale: #DBDBDB. Windows color (decimal): -1124663 or 13227758. OLE color: 13227758.

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

Color convert

RGB238214201-
CMYK00.100.160.07
HSL21.08º52.11%86.08%-
HSV(B)21.08º15.55%93.33%-
XYZ69.8570.4965.18-
YUV219.69117.45141.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.45%
GREEN value IS 214 (83.98% from 255) = 32.77%
BLUE value IS 201 (78.91% from 255) = 30.78%
R=36.45%
G=32.77%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821420100.100.160.0721.0852.1186.08
HexEED6C90A107153456
Octal3563263110122072564126
Binary1110111011010110110010010101010000111101011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6C9; }

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

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

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

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

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

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

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

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