#EECEF4

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

Shades of Snuff #EECEF4

Tints of Snuff #EECEF4

Color information

#EECEF4 (or 0xEECEF4) is unknown color: approx Snuff. HEX triplet: EE, CE and F4. RGB value is (238,206,244). Sum of RGB (Red+Green+Blue) = 238+206+244=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 206 (80.86% from 255 or 29.94% from 688); Blue value is 244 (95.70% from 255 or 35.47% from 688); Max value from RGB is 244 - color contains mainly: blue. Hex color #EECEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECEF4 is #11310B. Grayscale: #DBDBDB. Windows color (decimal): -1126668 or 16043758. OLE color: 16043758.

HSL color Cylindrical-coordinate representation of color #EECEF4: hue angle of 290.53º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EECEF4 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238206244-
CMYK0.020.1600.04
HSL290.53º63.33%88.24%-
HSV(B)290.53º15.57%95.69%-
XYZ73.6668.8595-
YUV219.9141.6140.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.59%
GREEN value IS 206 (80.86% from 255) = 29.94%
BLUE value IS 244 (95.70% from 255) = 35.47%
R=34.59%
G=29.94%
B=35.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382062440.020.1600.04290.5363.3388.24
HexEECEF4210041233f58
Octal3563163642200444377130
Binary111011101100111011110100101000001001001000111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECEF4; }

 p { color: rgb(238,206,244); }

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

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

 a { background-color: rgb(238,206,244); }

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

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

 span { border-color: rgb(238,206,244); }

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