Html Css Color HEX #EFBEF0 Snuff

📋 copy color: '#EFBEF0'

red 239 ◦ green 190 ◦ blue 240

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

Shades of Snuff #EFBEF0

Tints of Snuff #EFBEF0

RGB

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

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

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

R = 35.72%
G = 28.4%
B = 35.87%

CMYK

 C value IS 0.00

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFBEF0 (or 0xEFBEF0) is known color: Snuff. HEX triplet: EF, BE and F0. RGB value is (239,190,240). Sum of RGB (Red+Green+Blue) = 239+190+240=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 190 (74.61% from 255 or 28.40% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFBEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFBEF0 is #10410F. Grayscale: #D2D2D2. Windows color (decimal): -1065232 or 15777519. OLE color: 15777519.

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

Color convert

RGB 239 190 240 -
CMYK 0.00 0.21 0 0.06
HSL 298.8º 0.63% 0.84% -
HSV(B) 298.8º 0.21% 0.94% -
XYZ 69.74 61.47 90.63 -
YUV 210.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 239 190 240 0.00 0.21 0 0.06 298.8 0.63 0.84
Hex EF BE F0 0 15 0 6 12B 3E 54
Octal 357 276 360 0 25 0 6 453 76 124
Binary 11101111 10111110 11110000 0 10101 0 110 100101011 111110 1010100

Color Harmonies of #EFBEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBEF0

Black with #EFBEF0

Text Example


Text Example

White with #EFBEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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