Html Css Color HEX #EEBCF0 Snuff

📋 copy color: '#EEBCF0'

red 238 ◦ green 188 ◦ blue 240

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

Shades of Snuff #EEBCF0

Tints of Snuff #EEBCF0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.23%

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

R = 35.74%
G = 28.23%
B = 36.04%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EEBCF0 (or 0xEEBCF0) is known color: Snuff. HEX triplet: EE, BC and F0. RGB value is (238,188,240). Sum of RGB (Red+Green+Blue) = 238+188+240=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEBCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBCF0 is #11430F. Grayscale: #D0D0D0. Windows color (decimal): -1131280 or 15777006. OLE color: 15777006.

HSL color Cylindrical-coordinate representation of color #EEBCF0: hue angle of 297.69º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBCF0 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 188 240 -
CMYK 0.01 0.22 0 0.06
HSL 297.69º 0.63% 0.84% -
HSV(B) 297.69º 0.22% 0.94% -
XYZ 68.97 60.43 90.47 -
YUV 208.88 145.57 148.77 -
System Red Green Blue C M Y K H S L
Decimal 238 188 240 0.01 0.22 0 0.06 297.69 0.63 0.84
Hex EE BC F0 1 16 0 6 12A 3F 54
Octal 356 274 360 1 26 0 6 452 77 124
Binary 11101110 10111100 11110000 1 10110 0 110 100101010 111111 1010100

Color Harmonies of #EEBCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBCF0

Black with #EEBCF0

Text Example


Text Example

White with #EEBCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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