#ECCCF1

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

Shades of Snuff #ECCCF1

Tints of Snuff #ECCCF1

Color information

#ECCCF1 (or 0xECCCF1) is unknown color: approx Snuff. HEX triplet: EC, CC and F1. RGB value is (236,204,241). Sum of RGB (Red+Green+Blue) = 236+204+241=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECCCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCF1 is #13330E. Grayscale: #D9D9D9. Windows color (decimal): -1258255 or 15846636. OLE color: 15846636.

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

Color convert

RGB236204241-
CMYK0.020.1500.05
HSL291.89º56.92%87.25%-
HSV(B)291.89º15.35%94.51%-
XYZ72.0667.3792.42-
YUV217.79141.1140.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.65%
GREEN value IS 204 (80.08% from 255) = 29.96%
BLUE value IS 241 (94.53% from 255) = 35.39%
R=34.65%
G=29.96%
B=35.39%

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
Decimal2362042410.020.1500.05291.8956.9287.25
HexECCCF12F051243957
Octal3543143612170544471127
Binary11101100110011001111000110111101011001001001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCF1; }

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

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

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

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

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

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

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

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