#EED6CF

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

Shades of Ebb #EED6CF

Tints of Ebb #EED6CF

Color information

#EED6CF (or 0xEED6CF) is unknown color: approx Ebb. HEX triplet: EE, D6 and CF. RGB value is (238,214,207). Sum of RGB (Red+Green+Blue) = 238+214+207=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 214 (83.98% from 255 or 32.47% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6CF is #112930. Grayscale: #DCDCDC. Windows color (decimal): -1124657 or 13620974. OLE color: 13620974.

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

Color convert

RGB238214207-
CMYK00.100.130.07
HSL13.55º47.69%87.25%-
HSV(B)13.55º13.03%93.33%-
XYZ70.5770.7868.97-
YUV220.38120.45140.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.12%
GREEN value IS 214 (83.98% from 255) = 32.47%
BLUE value IS 207 (81.25% from 255) = 31.41%
R=36.12%
G=32.47%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821420700.100.130.0713.5547.6987.25
HexEED6CF0AD7e3057
Octal3563263170121571660127
Binary11101110110101101100111101010110111111101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED6CF; }

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

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

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

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

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

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

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

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