Html Css Color HEX #EABEF1 Snuff

📋 copy color: '#EABEF1'

red 234 ◦ green 190 ◦ blue 241

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

Shades of Snuff #EABEF1

Tints of Snuff #EABEF1

RGB

 RED value IS 234 (91.8% from 255) = 35.19%

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

 BLUE value IS 241 (94.53% from 255) = 36.24%

R = 35.19%
G = 28.57%
B = 36.24%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EABEF1 (or 0xEABEF1) is known color: Snuff. HEX triplet: EA, BE and F1. RGB value is (234,190,241). Sum of RGB (Red+Green+Blue) = 234+190+241=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 190 (74.61% from 255 or 28.57% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #EABEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABEF1 is #15410E. Grayscale: #D0D0D0. Windows color (decimal): -1392911 or 15843050. OLE color: 15843050.

HSL color Cylindrical-coordinate representation of color #EABEF1: hue angle of 291.76º degrees, saturation: 0.65, 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 #EABEF1 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 190 241 -
CMYK 0.03 0.21 0 0.05
HSL 291.76º 0.65% 0.85% -
HSV(B) 291.76º 0.21% 0.95% -
XYZ 68.22 60.67 91.33 -
YUV 208.97 146.08 145.85 -
System Red Green Blue C M Y K H S L
Decimal 234 190 241 0.03 0.21 0 0.05 291.76 0.65 0.85
Hex EA BE F1 3 15 0 5 124 41 55
Octal 352 276 361 3 25 0 5 444 101 125
Binary 11101010 10111110 11110001 11 10101 0 101 100100100 1000001 1010101

Color Harmonies of #EABEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABEF1

Black with #EABEF1

Text Example


Text Example

White with #EABEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABEF1; }

 p { color: rgb(234,190,241); }

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

background-color css

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

 a { background-color: rgb(234,190,241); }

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

border-color css

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

 span { border-color: rgb(234,190,241); }

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