#ECCFEE

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

Shades of Snuff #ECCFEE

Tints of Snuff #ECCFEE

Color information

#ECCFEE (or 0xECCFEE) is unknown color: approx Snuff. HEX triplet: EC, CF and EE. RGB value is (236,207,238). Sum of RGB (Red+Green+Blue) = 236+207+238=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECCFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFEE is #133011. Grayscale: #DBDBDB. Windows color (decimal): -1257490 or 15650796. OLE color: 15650796.

HSL color Cylindrical-coordinate representation of color #ECCFEE: hue angle of 296.13º 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 #ECCFEE is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236207238-
CMYK0.010.1300.07
HSL296.13º47.69%87.25%-
HSV(B)296.13º13.03%93.33%-
XYZ72.3468.6390.32-
YUV219.2138.61139.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.65%
GREEN value IS 207 (81.25% from 255) = 30.40%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=34.65%
G=30.40%
B=34.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362072380.010.1300.07296.1347.6987.25
HexECCFEE1D071283057
Octal3543173561150745060127
Binary1110110011001111111011101110101111001010001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCFEE; }

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

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

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

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

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

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

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

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