#ECD4F0

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

Shades of Snuff #ECD4F0

Tints of Snuff #ECD4F0

Color information

#ECD4F0 (or 0xECD4F0) is unknown color: approx Snuff. HEX triplet: EC, D4 and F0. RGB value is (236,212,240). Sum of RGB (Red+Green+Blue) = 236+212+240=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 212 (83.20% from 255 or 30.81% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECD4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD4F0 is #132B0F. Grayscale: #DEDEDE. Windows color (decimal): -1256208 or 15783148. OLE color: 15783148.

HSL color Cylindrical-coordinate representation of color #ECD4F0: hue angle of 291.43º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD4F0 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236212240-
CMYK0.020.1200.06
HSL291.43º48.28%88.63%-
HSV(B)291.43º11.67%94.12%-
XYZ73.8671.2192.29-
YUV222.37137.95137.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.30%
GREEN value IS 212 (83.20% from 255) = 30.81%
BLUE value IS 240 (94.14% from 255) = 34.88%
R=34.30%
G=30.81%
B=34.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362122400.020.1200.06291.4348.2888.63
HexECD4F02C061233059
Octal3543243602140644360131
Binary11101100110101001111000010110001101001000111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD4F0; }

 p { color: rgb(236,212,240); }

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

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

 a { background-color: rgb(236,212,240); }

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

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

 span { border-color: rgb(236,212,240); }

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