#EECDF0

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

Shades of Snuff #EECDF0

Tints of Snuff #EECDF0

Color information

#EECDF0 (or 0xEECDF0) is unknown color: approx Snuff. HEX triplet: EE, CD and F0. RGB value is (238,205,240). Sum of RGB (Red+Green+Blue) = 238+205+240=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 205 (80.47% from 255 or 30.01% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 240 - color contains mainly: blue. Hex color #EECDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDF0 is #11320F. Grayscale: #DADADA. Windows color (decimal): -1126928 or 15781358. OLE color: 15781358.

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

Color convert

RGB238205240-
CMYK0.010.1500.06
HSL296.57º53.85%87.25%-
HSV(B)296.57º14.58%94.12%-
XYZ72.8268.1391.75-
YUV218.86139.93141.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.85%
GREEN value IS 205 (80.47% from 255) = 30.01%
BLUE value IS 240 (94.14% from 255) = 35.14%
R=34.85%
G=30.01%
B=35.14%

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
Decimal2382052400.010.1500.06296.5753.8587.25
HexEECDF01F061293657
Octal3563153601170645166127
Binary1110111011001101111100001111101101001010011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDF0; }

 p { color: rgb(238,205,240); }

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

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

 a { background-color: rgb(238,205,240); }

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

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

 span { border-color: rgb(238,205,240); }

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