#ECC5F1

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

Shades of Snuff #ECC5F1

Tints of Snuff #ECC5F1

Color information

#ECC5F1 (or 0xECC5F1) is unknown color: approx Snuff. HEX triplet: EC, C5 and F1. RGB value is (236,197,241). Sum of RGB (Red+Green+Blue) = 236+197+241=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 197 (77.34% from 255 or 29.23% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECC5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC5F1 is #133A0E. Grayscale: #D5D5D5. Windows color (decimal): -1260047 or 15844844. OLE color: 15844844.

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

Color convert

RGB236197241-
CMYK0.020.1800.05
HSL293.18º61.11%85.88%-
HSV(B)293.18º18.26%94.51%-
XYZ70.4464.1291.88-
YUV213.68143.42143.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.01%
GREEN value IS 197 (77.34% from 255) = 29.23%
BLUE value IS 241 (94.53% from 255) = 35.76%
R=35.01%
G=29.23%
B=35.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361972410.020.1800.05293.1861.1185.88
HexECC5F1212051253d56
Octal3543053612220544575126
Binary111011001100010111110001101001001011001001011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC5F1; }

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

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

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

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

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

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

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

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