#EECFF1

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

Shades of Snuff #EECFF1

Tints of Snuff #EECFF1

Color information

#EECFF1 (or 0xEECFF1) is unknown color: approx Snuff. HEX triplet: EE, CF and F1. RGB value is (238,207,241). Sum of RGB (Red+Green+Blue) = 238+207+241=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #EECFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFF1 is #11300E. Grayscale: #DCDCDC. Windows color (decimal): -1126415 or 15847406. OLE color: 15847406.

HSL color Cylindrical-coordinate representation of color #EECFF1: hue angle of 294.71º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECFF1 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238207241-
CMYK0.010.1400.05
HSL294.71º54.84%87.84%-
HSV(B)294.71º14.11%94.51%-
XYZ73.4569.1592.7-
YUV220.14139.77140.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.69%
GREEN value IS 207 (81.25% from 255) = 30.17%
BLUE value IS 241 (94.53% from 255) = 35.13%
R=34.69%
G=30.17%
B=35.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382072410.010.1400.05294.7154.8487.84
HexEECFF11E051273758
Octal3563173611160544767130
Binary1110111011001111111100011111001011001001111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFF1; }

 p { color: rgb(238,207,241); }

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

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

 a { background-color: rgb(238,207,241); }

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

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

 span { border-color: rgb(238,207,241); }

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