Html Css Color HEX #EFBBF3 Snuff

📋 copy color: '#EFBBF3'

red 239 ◦ green 187 ◦ blue 243

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

Shades of Snuff #EFBBF3

Tints of Snuff #EFBBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.32%

R = 35.72%
G = 27.95%
B = 36.32%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFBBF3 (or 0xEFBBF3) is known color: Snuff. HEX triplet: EF, BB and F3. RGB value is (239,187,243). Sum of RGB (Red+Green+Blue) = 239+187+243=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 187 (73.44% from 255 or 27.95% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFBBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBF3 is #10440C. Grayscale: #D0D0D0. Windows color (decimal): -1065997 or 15973359. OLE color: 15973359.

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

Color convert

RGB 239 187 243 -
CMYK 0.02 0.23 0 0.05
HSL 295.71º 0.7% 0.84% -
HSV(B) 295.71º 0.23% 0.95% -
XYZ 69.54 60.36 92.78 -
YUV 208.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 239 187 243 0.02 0.23 0 0.05 295.71 0.7 0.84
Hex EF BB F3 2 17 0 5 128 46 54
Octal 357 273 363 2 27 0 5 450 106 124
Binary 11101111 10111011 11110011 10 10111 0 101 100101000 1000110 1010100

Color Harmonies of #EFBBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBF3

Black with #EFBBF3

Text Example


Text Example

White with #EFBBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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