#EECDF4

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

Shades of Snuff #EECDF4

Tints of Snuff #EECDF4

Color information

#EECDF4 (or 0xEECDF4) is unknown color: approx Snuff. HEX triplet: EE, CD and F4. RGB value is (238,205,244). Sum of RGB (Red+Green+Blue) = 238+205+244=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 205 (80.47% from 255 or 29.84% from 687); Blue value is 244 (95.70% from 255 or 35.52% from 687); Max value from RGB is 244 - color contains mainly: blue. Hex color #EECDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDF4 is #11320B. Grayscale: #DBDBDB. Windows color (decimal): -1126924 or 16043502. OLE color: 16043502.

HSL color Cylindrical-coordinate representation of color #EECDF4: hue angle of 290.77º degrees, saturation: 0.64, 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 #EECDF4 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238205244-
CMYK0.020.1600.04
HSL290.77º63.93%88.04%-
HSV(B)290.77º15.98%95.69%-
XYZ73.4268.3794.92-
YUV219.31141.93141.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.64%
GREEN value IS 205 (80.47% from 255) = 29.84%
BLUE value IS 244 (95.70% from 255) = 35.52%
R=34.64%
G=29.84%
B=35.52%

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
Decimal2382052440.020.1600.04290.7763.9388.04
HexEECDF4210041234058
Octal35631536422004443100130
Binary1110111011001101111101001010000010010010001110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDF4; }

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

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

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

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

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

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

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

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