Html Css Color HEX #EFBEF2 Snuff

📋 copy color: '#EFBEF2'

red 239 ◦ green 190 ◦ blue 242

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

Shades of Snuff #EFBEF2

Tints of Snuff #EFBEF2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.32%

 BLUE value IS 242 (94.92% from 255) = 36.07%

R = 35.62%
G = 28.32%
B = 36.07%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFBEF2 (or 0xEFBEF2) is known color: Snuff. HEX triplet: EF, BE and F2. RGB value is (239,190,242). Sum of RGB (Red+Green+Blue) = 239+190+242=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 190 (74.61% from 255 or 28.32% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFBEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBEF2 is #10410D. Grayscale: #D2D2D2. Windows color (decimal): -1065230 or 15908591. OLE color: 15908591.

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

Color convert

RGB 239 190 242 -
CMYK 0.01 0.21 0 0.05
HSL 296.54º 0.67% 0.85% -
HSV(B) 296.54º 0.21% 0.95% -
XYZ 70.04 61.59 92.2 -
YUV 210.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 239 190 242 0.01 0.21 0 0.05 296.54 0.67 0.85
Hex EF BE F2 1 15 0 5 129 43 55
Octal 357 276 362 1 25 0 5 451 103 125
Binary 11101111 10111110 11110010 1 10101 0 101 100101001 1000011 1010101

Color Harmonies of #EFBEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBEF2

Black with #EFBEF2

Text Example


Text Example

White with #EFBEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBEF2; }

 p { color: rgb(239,190,242); }

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

background-color css

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

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

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

border-color css

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

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

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