#ECCFE8

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

Shades of Snuff #ECCFE8

Tints of Snuff #ECCFE8

Color information

#ECCFE8 (or 0xECCFE8) is unknown color: approx Snuff. HEX triplet: EC, CF and E8. RGB value is (236,207,232). Sum of RGB (Red+Green+Blue) = 236+207+232=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFE8 is #133017. Grayscale: #DADADA. Windows color (decimal): -1257496 or 15257580. OLE color: 15257580.

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

Color convert

RGB236207232-
CMYK00.120.020.07
HSL308.28º43.28%86.86%-
HSV(B)308.28º12.29%92.55%-
XYZ71.4768.2885.76-
YUV218.52135.61140.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.96%
GREEN value IS 207 (81.25% from 255) = 30.67%
BLUE value IS 232 (91.02% from 255) = 34.37%
R=34.96%
G=30.67%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620723200.120.020.07308.2843.2886.86
HexECCFE80C271342b57
Octal3543173500142746453127
Binary11101100110011111110100001100101111001101001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFE8; }

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

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

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

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

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

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

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

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