Html Css Color HEX #EEBFF0 Snuff

📋 copy color: '#EEBFF0'

red 238 ◦ green 191 ◦ blue 240

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

Shades of Snuff #EEBFF0

Tints of Snuff #EEBFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.87%

R = 35.58%
G = 28.55%
B = 35.87%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EEBFF0 (or 0xEEBFF0) is known color: Snuff. HEX triplet: EE, BF and F0. RGB value is (238,191,240). Sum of RGB (Red+Green+Blue) = 238+191+240=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEBFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFF0 is #11400F. Grayscale: #D2D2D2. Windows color (decimal): -1130512 or 15777774. OLE color: 15777774.

HSL color Cylindrical-coordinate representation of color #EEBFF0: hue angle of 297.55º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBFF0 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 191 240 -
CMYK 0.01 0.20 0 0.06
HSL 297.55º 0.62% 0.85% -
HSV(B) 297.55º 0.2% 0.94% -
XYZ 69.62 61.73 90.68 -
YUV 210.64 144.57 147.52 -
System Red Green Blue C M Y K H S L
Decimal 238 191 240 0.01 0.20 0 0.06 297.55 0.62 0.85
Hex EE BF F0 1 14 0 6 12A 3E 55
Octal 356 277 360 1 24 0 6 452 76 125
Binary 11101110 10111111 11110000 1 10100 0 110 100101010 111110 1010101

Color Harmonies of #EEBFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFF0

Black with #EEBFF0

Text Example


Text Example

White with #EEBFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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