#ECCEF2

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

Shades of Snuff #ECCEF2

Tints of Snuff #ECCEF2

Color information

#ECCEF2 (or 0xECCEF2) is unknown color: approx Snuff. HEX triplet: EC, CE and F2. RGB value is (236,206,242). Sum of RGB (Red+Green+Blue) = 236+206+242=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 206 (80.86% from 255 or 30.12% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECCEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCEF2 is #13310D. Grayscale: #DADADA. Windows color (decimal): -1257742 or 15912684. OLE color: 15912684.

HSL color Cylindrical-coordinate representation of color #ECCEF2: hue angle of 290º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECCEF2 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236206242-
CMYK0.020.1500.05
HSL290º58.06%87.84%-
HSV(B)290º14.88%94.9%-
XYZ72.6968.3993.37-
YUV219.07140.94140.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.50%
GREEN value IS 206 (80.86% from 255) = 30.12%
BLUE value IS 242 (94.92% from 255) = 35.38%
R=34.50%
G=30.12%
B=35.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362062420.020.1500.0529058.0687.84
HexECCEF22F051223a58
Octal3543163622170544272130
Binary11101100110011101111001010111101011001000101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCEF2; }

 p { color: rgb(236,206,242); }

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

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

 a { background-color: rgb(236,206,242); }

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

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

 span { border-color: rgb(236,206,242); }

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