#EEDBEE

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

Shades of Snuff #EEDBEE

Tints of Snuff #EEDBEE

Color information

#EEDBEE (or 0xEEDBEE) is unknown color: approx Snuff. HEX triplet: EE, DB and EE. RGB value is (238,219,238). Sum of RGB (Red+Green+Blue) = 238+219+238=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEDBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBEE is #112411. Grayscale: #E2E2E2. Windows color (decimal): -1123346 or 15653870. OLE color: 15653870.

HSL color Cylindrical-coordinate representation of color #EEDBEE: hue angle of 300º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDBEE is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB238219238-
CMYK00.0800.07
HSL300º35.85%89.61%-
HSV(B)300º7.98%93.33%-
XYZ76.0275.0191.36-
YUV226.85134.29135.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.24%
GREEN value IS 219 (85.94% from 255) = 31.51%
BLUE value IS 238 (93.36% from 255) = 34.24%
R=34.24%
G=31.51%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821923800.0800.0730035.8589.61
HexEEDBEE080712c245a
Octal3563333560100745444132
Binary1110111011011011111011100100001111001011001001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBEE; }

 p { color: rgb(238,219,238); }

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

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

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

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

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

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

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