#EEBDF3

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

Shades of Snuff #EEBDF3

Tints of Snuff #EEBDF3

Color information

#EEBDF3 (or 0xEEBDF3) is unknown color: approx Snuff. HEX triplet: EE, BD and F3. RGB value is (238,189,243). Sum of RGB (Red+Green+Blue) = 238+189+243=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEBDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDF3 is #11420C. Grayscale: #D1D1D1. Windows color (decimal): -1131021 or 15973870. OLE color: 15973870.

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

Color convert

RGB238189243-
CMYK0.020.2200.05
HSL294.44º69.23%84.71%-
HSV(B)294.44º22.22%95.29%-
XYZ69.6461.0492.91-
YUV209.81146.73148.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 189 (74.22% from 255) = 28.21%
BLUE value IS 243 (95.31% from 255) = 36.27%
R=35.52%
G=28.21%
B=36.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381892430.020.2200.05294.4469.2384.71
HexEEBDF3216051264555
Octal35627536322605446105125
Binary1110111010111101111100111010110010110010011010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDF3; }

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

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

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

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

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

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

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

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