Html Css Color HEX #EEBFED Snuff

📋 copy color: '#EEBFED'

red 238 ◦ green 191 ◦ blue 237

#EEBFED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #EEBFED

Tints of Snuff #EEBFED

RGB

 RED value IS 238 (93.36% from 255) = 35.74%

 GREEN value IS 191 (75% from 255) = 28.68%

 BLUE value IS 237 (92.97% from 255) = 35.59%

R = 35.74%
G = 28.68%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EEBFED (or 0xEEBFED) is known color: Snuff. HEX triplet: EE, BF and ED. RGB value is (238,191,237). Sum of RGB (Red+Green+Blue) = 238+191+237=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFED is #114012. Grayscale: #D2D2D2. Windows color (decimal): -1130515 or 15581166. OLE color: 15581166.

HSL color Cylindrical-coordinate representation of color #EEBFED: hue angle of 301.28º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBFED is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 191 237 -
CMYK 0 0.20 0.00 0.07
HSL 301.28º 0.58% 0.84% -
HSV(B) 301.28º 0.2% 0.93% -
XYZ 69.18 61.55 88.36 -
YUV 210.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 238 191 237 0 0.20 0.00 0.07 301.28 0.58 0.84
Hex EE BF ED 0 14 0 7 12D 3A 54
Octal 356 277 355 0 24 0 7 455 72 124
Binary 11101110 10111111 11101101 0 10100 0 111 100101101 111010 1010100

Color Harmonies of #EEBFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFED

Black with #EEBFED

Text Example


Text Example

White with #EEBFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFED; }

 p { color: rgb(238,191,237); }

 H1.HeaderClassName
 {
   color: #EEBFED;
 }
 .AnyTagClassName
 {
   color: #EEBFED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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