#EED6CC

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

Shades of Bizarre #EED6CC

Tints of Bizarre #EED6CC

Color information

#EED6CC (or 0xEED6CC) is unknown color: approx Bizarre. HEX triplet: EE, D6 and CC. RGB value is (238,214,204). Sum of RGB (Red+Green+Blue) = 238+214+204=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6CC is #112933. Grayscale: #DCDCDC. Windows color (decimal): -1124660 or 13424366. OLE color: 13424366.

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

Color convert

RGB238214204-
CMYK00.100.140.07
HSL17.65º50%86.67%-
HSV(B)17.65º14.29%93.33%-
XYZ70.2170.6367.06-
YUV220.04118.95140.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.28%
GREEN value IS 214 (83.98% from 255) = 32.62%
BLUE value IS 204 (80.08% from 255) = 31.10%
R=36.28%
G=32.62%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821420400.100.140.0717.655086.67
HexEED6CC0AE7123257
Octal3563263140121672262127
Binary111011101101011011001100010101110111100101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6CC; }

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

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

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

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

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

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

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

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