#EED6CA

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

Shades of Bizarre #EED6CA

Tints of Bizarre #EED6CA

Color information

#EED6CA (or 0xEED6CA) is unknown color: approx Bizarre. HEX triplet: EE, D6 and CA. RGB value is (238,214,202). Sum of RGB (Red+Green+Blue) = 238+214+202=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6CA is #112935. Grayscale: #DBDBDB. Windows color (decimal): -1124662 or 13293294. OLE color: 13293294.

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

Color convert

RGB238214202-
CMYK00.100.150.07
HSL20º51.43%86.27%-
HSV(B)20º15.13%93.33%-
XYZ69.9770.5365.8-
YUV219.81117.95140.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 202 (79.30% from 255) = 30.89%
R=36.39%
G=32.72%
B=30.89%

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
Decimal23821420200.100.150.072051.4386.27
HexEED6CA0AF7143356
Octal3563263120121772463126
Binary111011101101011011001010010101111111101001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6CA; }

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

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

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

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

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

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

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

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