Html Css Color HEX #EFBFF0 Snuff

📋 copy color: '#EFBFF0'

red 239 ◦ green 191 ◦ blue 240

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

Shades of Snuff #EFBFF0

Tints of Snuff #EFBFF0

RGB

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

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

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

R = 35.67%
G = 28.51%
B = 35.82%

CMYK

 C value IS 0.00

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFBFF0 (or 0xEFBFF0) is known color: Snuff. HEX triplet: EF, BF and F0. RGB value is (239,191,240). Sum of RGB (Red+Green+Blue) = 239+191+240=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFBFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFF0 is #10400F. Grayscale: #D2D2D2. Windows color (decimal): -1064976 or 15777775. OLE color: 15777775.

HSL color Cylindrical-coordinate representation of color #EFBFF0: hue angle of 298.78º 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 #EFBFF0 is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 191 240 -
CMYK 0.00 0.20 0 0.06
HSL 298.78º 0.62% 0.85% -
HSV(B) 298.78º 0.2% 0.94% -
XYZ 69.96 61.9 90.7 -
YUV 210.94 144.4 148.02 -
System Red Green Blue C M Y K H S L
Decimal 239 191 240 0.00 0.20 0 0.06 298.78 0.62 0.85
Hex EF BF F0 0 14 0 6 12B 3E 55
Octal 357 277 360 0 24 0 6 453 76 125
Binary 11101111 10111111 11110000 0 10100 0 110 100101011 111110 1010101

Color Harmonies of #EFBFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFF0

Black with #EFBFF0

Text Example


Text Example

White with #EFBFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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