#EEBDF1

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

Shades of Snuff #EEBDF1

Tints of Snuff #EEBDF1

Color information

#EEBDF1 (or 0xEEBDF1) is unknown color: approx Snuff. HEX triplet: EE, BD and F1. RGB value is (238,189,241). Sum of RGB (Red+Green+Blue) = 238+189+241=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEBDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDF1 is #11420E. Grayscale: #D1D1D1. Windows color (decimal): -1131023 or 15842798. OLE color: 15842798.

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

Color convert

RGB238189241-
CMYK0.010.2200.05
HSL296.54º65%84.31%-
HSV(B)296.54º21.58%94.51%-
XYZ69.3360.9291.32-
YUV209.58145.73148.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 189 (74.22% from 255) = 28.29%
BLUE value IS 241 (94.53% from 255) = 36.08%
R=35.63%
G=28.29%
B=36.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381892410.010.2200.05296.546584.31
HexEEBDF1116051294154
Octal35627536112605451101124
Binary111011101011110111110001110110010110010100110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDF1; }

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

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

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

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

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

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

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

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