Html Css Color HEX #EEBFF1 Snuff

📋 copy color: '#EEBFF1'

red 238 ◦ green 191 ◦ blue 241

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

Shades of Snuff #EEBFF1

Tints of Snuff #EEBFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.97%

R = 35.52%
G = 28.51%
B = 35.97%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EEBFF1 (or 0xEEBFF1) is known color: Snuff. HEX triplet: EE, BF and F1. RGB value is (238,191,241). Sum of RGB (Red+Green+Blue) = 238+191+241=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEBFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFF1 is #11400E. Grayscale: #D2D2D2. Windows color (decimal): -1130511 or 15843310. OLE color: 15843310.

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

Color convert

RGB 238 191 241 -
CMYK 0.01 0.21 0 0.05
HSL 296.4º 0.64% 0.85% -
HSV(B) 296.4º 0.21% 0.95% -
XYZ 69.77 61.79 91.47 -
YUV 210.75 145.07 147.43 -
System Red Green Blue C M Y K H S L
Decimal 238 191 241 0.01 0.21 0 0.05 296.4 0.64 0.85
Hex EE BF F1 1 15 0 5 128 40 55
Octal 356 277 361 1 25 0 5 450 100 125
Binary 11101110 10111111 11110001 1 10101 0 101 100101000 1000000 1010101

Color Harmonies of #EEBFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFF1

Black with #EEBFF1

Text Example


Text Example

White with #EEBFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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