Html Css Color HEX #EFBBF4 Snuff

📋 copy color: '#EFBBF4'

red 239 ◦ green 187 ◦ blue 244

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

Shades of Snuff #EFBBF4

Tints of Snuff #EFBBF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.42%

R = 35.67%
G = 27.91%
B = 36.42%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFBBF4 (or 0xEFBBF4) is known color: Snuff. HEX triplet: EF, BB and F4. RGB value is (239,187,244). Sum of RGB (Red+Green+Blue) = 239+187+244=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 244 (95.70% from 255 or 36.42% from 670); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFBBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBBF4 is #10440B. Grayscale: #D0D0D0. Windows color (decimal): -1065996 or 16038895. OLE color: 16038895.

HSL color Cylindrical-coordinate representation of color #EFBBF4: hue angle of 294.74º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFBBF4 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 187 244 -
CMYK 0.02 0.23 0 0.04
HSL 294.74º 0.72% 0.85% -
HSV(B) 294.74º 0.23% 0.96% -
XYZ 69.7 60.42 93.58 -
YUV 209.05 147.73 149.37 -
System Red Green Blue C M Y K H S L
Decimal 239 187 244 0.02 0.23 0 0.04 294.74 0.72 0.85
Hex EF BB F4 2 17 0 4 127 48 55
Octal 357 273 364 2 27 0 4 447 110 125
Binary 11101111 10111011 11110100 10 10111 0 100 100100111 1001000 1010101

Color Harmonies of #EFBBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBF4

Black with #EFBBF4

Text Example


Text Example

White with #EFBBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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