#ECDEE8

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

Shades of Snuff #ECDEE8

Tints of Snuff #ECDEE8

Color information

#ECDEE8 (or 0xECDEE8) is unknown color: approx Snuff. HEX triplet: EC, DE and E8. RGB value is (236,222,232). Sum of RGB (Red+Green+Blue) = 236+222+232=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 232 (91.02% from 255 or 33.62% from 690); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDEE8 is #132117. Grayscale: #E3E3E3. Windows color (decimal): -1253656 or 15261420. OLE color: 15261420.

HSL color Cylindrical-coordinate representation of color #ECDEE8: hue angle of 317.14º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECDEE8 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB236222232-
CMYK00.060.020.07
HSL317.14º26.92%89.8%-
HSV(B)317.14º5.93%92.55%-
XYZ75.2875.987.03-
YUV227.33130.64134.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.20%
GREEN value IS 222 (87.11% from 255) = 32.17%
BLUE value IS 232 (91.02% from 255) = 33.62%
R=34.20%
G=32.17%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622223200.060.020.07317.1426.9289.8
HexECDEE8062713d1b5a
Octal354336350062747533132
Binary111011001101111011101000011010111100111101110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEE8; }

 p { color: rgb(236,222,232); }

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

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

 a { background-color: rgb(236,222,232); }

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

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

 span { border-color: rgb(236,222,232); }

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