Html Css Color HEX #EFBBF1 Snuff

📋 copy color: '#EFBBF1'

red 239 ◦ green 187 ◦ blue 241

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

Shades of Snuff #EFBBF1

Tints of Snuff #EFBBF1

RGB

 RED value IS 239 (93.75% from 255) = 35.83%

 GREEN value IS 187 (73.44% from 255) = 28.04%

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

R = 35.83%
G = 28.04%
B = 36.13%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFBBF1 (or 0xEFBBF1) is known color: Snuff. HEX triplet: EF, BB and F1. RGB value is (239,187,241). Sum of RGB (Red+Green+Blue) = 239+187+241=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 187 (73.44% from 255 or 28.04% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFBBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBF1 is #10440E. Grayscale: #D0D0D0. Windows color (decimal): -1065999 or 15842287. OLE color: 15842287.

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

Color convert

RGB 239 187 241 -
CMYK 0.01 0.22 0 0.05
HSL 297.78º 0.66% 0.84% -
HSV(B) 297.78º 0.22% 0.95% -
XYZ 69.24 60.24 91.2 -
YUV 208.7 146.23 149.61 -
System Red Green Blue C M Y K H S L
Decimal 239 187 241 0.01 0.22 0 0.05 297.78 0.66 0.84
Hex EF BB F1 1 16 0 5 12A 42 54
Octal 357 273 361 1 26 0 5 452 102 124
Binary 11101111 10111011 11110001 1 10110 0 101 100101010 1000010 1010100

Color Harmonies of #EFBBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBF1

Black with #EFBBF1

Text Example


Text Example

White with #EFBBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBF1; }

 p { color: rgb(239,187,241); }

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

background-color css

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

 a { background-color: rgb(239,187,241); }

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

border-color css

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

 span { border-color: rgb(239,187,241); }

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