#ECCAEF

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

Shades of Snuff #ECCAEF

Tints of Snuff #ECCAEF

Color information

#ECCAEF (or 0xECCAEF) is unknown color: approx Snuff. HEX triplet: EC, CA and EF. RGB value is (236,202,239). Sum of RGB (Red+Green+Blue) = 236+202+239=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECCAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAEF is #133510. Grayscale: #D8D8D8. Windows color (decimal): -1258769 or 15715052. OLE color: 15715052.

HSL color Cylindrical-coordinate representation of color #ECCAEF: hue angle of 295.14º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECCAEF is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236202239-
CMYK0.010.1500.06
HSL295.14º53.62%86.47%-
HSV(B)295.14º15.48%93.73%-
XYZ71.2966.3190.7-
YUV216.38140.76141.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.86%
GREEN value IS 202 (79.30% from 255) = 29.84%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=34.86%
G=29.84%
B=35.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362022390.010.1500.06295.1453.6286.47
HexECCAEF1F061273656
Octal3543123571170644766126
Binary1110110011001010111011111111101101001001111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAEF; }

 p { color: rgb(236,202,239); }

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

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

 a { background-color: rgb(236,202,239); }

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

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

 span { border-color: rgb(236,202,239); }

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