#EECFF3

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

Shades of Snuff #EECFF3

Tints of Snuff #EECFF3

Color information

#EECFF3 (or 0xEECFF3) is unknown color: approx Snuff. HEX triplet: EE, CF and F3. RGB value is (238,207,243). Sum of RGB (Red+Green+Blue) = 238+207+243=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 243 - color contains mainly: blue. Hex color #EECFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECFF3 is #11300C. Grayscale: #DCDCDC. Windows color (decimal): -1126413 or 15978478. OLE color: 15978478.

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

Color convert

RGB238207243-
CMYK0.020.1500.05
HSL291.67º60%88.24%-
HSV(B)291.67º14.81%95.29%-
XYZ73.7569.2794.28-
YUV220.37140.77140.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.59%
GREEN value IS 207 (81.25% from 255) = 30.09%
BLUE value IS 243 (95.31% from 255) = 35.32%
R=34.59%
G=30.09%
B=35.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382072430.020.1500.05291.676088.24
HexEECFF32F051243c58
Octal3563173632170544474130
Binary11101110110011111111001110111101011001001001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFF3; }

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

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

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

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

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

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

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

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