Html Css Color HEX #EEBFEE Snuff

📋 copy color: '#EEBFEE'

red 238 ◦ green 191 ◦ blue 238

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

Shades of Snuff #EEBFEE

Tints of Snuff #EEBFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.68%

R = 35.68%
G = 28.64%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EEBFEE (or 0xEEBFEE) is known color: Snuff. HEX triplet: EE, BF and EE. RGB value is (238,191,238). Sum of RGB (Red+Green+Blue) = 238+191+238=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEBFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFEE is #114011. Grayscale: #D2D2D2. Windows color (decimal): -1130514 or 15646702. OLE color: 15646702.

HSL color Cylindrical-coordinate representation of color #EEBFEE: hue angle of 300º 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 #EEBFEE is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 191 238 -
CMYK 0 0.20 0 0.07
HSL 300º 0.58% 0.84% -
HSV(B) 300º 0.2% 0.93% -
XYZ 69.32 61.61 89.13 -
YUV 210.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 238 191 238 0 0.20 0 0.07 300 0.58 0.84
Hex EE BF EE 0 14 0 7 12C 3A 54
Octal 356 277 356 0 24 0 7 454 72 124
Binary 11101110 10111111 11101110 0 10100 0 111 100101100 111010 1010100

Color Harmonies of #EEBFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFEE

Black with #EEBFEE

Text Example


Text Example

White with #EEBFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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