Html Css Color HEX #EFBFEF Snuff

📋 copy color: '#EFBFEF'

red 239 ◦ green 191 ◦ blue 239

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

Shades of Snuff #EFBFEF

Tints of Snuff #EFBFEF

RGB

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

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

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

R = 35.72%
G = 28.55%
B = 35.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFBFEF (or 0xEFBFEF) is known color: Snuff. HEX triplet: EF, BF and EF. RGB value is (239,191,239). Sum of RGB (Red+Green+Blue) = 239+191+239=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFBFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBFEF is #104010. Grayscale: #D2D2D2. Windows color (decimal): -1064977 or 15712239. OLE color: 15712239.

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

Color convert

RGB 239 191 239 -
CMYK 0 0.20 0 0.06
HSL 300º 0.6% 0.84% -
HSV(B) 300º 0.2% 0.94% -
XYZ 69.81 61.84 89.92 -
YUV 210.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 239 191 239 0 0.20 0 0.06 300 0.6 0.84
Hex EF BF EF 0 14 0 6 12C 3C 54
Octal 357 277 357 0 24 0 6 454 74 124
Binary 11101111 10111111 11101111 0 10100 0 110 100101100 111100 1010100

Color Harmonies of #EFBFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFEF

Black with #EFBFEF

Text Example


Text Example

White with #EFBFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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