#ECCEF1

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

Shades of Snuff #ECCEF1

Tints of Snuff #ECCEF1

Color information

#ECCEF1 (or 0xECCEF1) is unknown color: approx Snuff. HEX triplet: EC, CE and F1. RGB value is (236,206,241). Sum of RGB (Red+Green+Blue) = 236+206+241=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 206 (80.86% from 255 or 30.16% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECCEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCEF1 is #13310E. Grayscale: #DADADA. Windows color (decimal): -1257743 or 15847148. OLE color: 15847148.

HSL color Cylindrical-coordinate representation of color #ECCEF1: hue angle of 291.43º degrees, saturation: 0.56, 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 #ECCEF1 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236206241-
CMYK0.020.1500.05
HSL291.43º55.56%87.65%-
HSV(B)291.43º14.52%94.51%-
XYZ72.5468.3392.58-
YUV218.96140.44140.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.55%
GREEN value IS 206 (80.86% from 255) = 30.16%
BLUE value IS 241 (94.53% from 255) = 35.29%
R=34.55%
G=30.16%
B=35.29%

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
Decimal2362062410.020.1500.05291.4355.5687.65
HexECCEF12F051233858
Octal3543163612170544370130
Binary11101100110011101111000110111101011001000111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCEF1; }

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

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

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

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

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

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

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

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