Html Css Color HEX #EABBEF Snuff

📋 copy color: '#EABBEF'

red 234 ◦ green 187 ◦ blue 239

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

Shades of Snuff #EABBEF

Tints of Snuff #EABBEF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.33%

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

R = 35.45%
G = 28.33%
B = 36.21%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EABBEF (or 0xEABBEF) is known color: Snuff. HEX triplet: EA, BB and EF. RGB value is (234,187,239). Sum of RGB (Red+Green+Blue) = 234+187+239=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #EABBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABBEF is #154410. Grayscale: #CECECE. Windows color (decimal): -1393681 or 15711210. OLE color: 15711210.

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

Color convert

RGB 234 187 239 -
CMYK 0.02 0.22 0 0.06
HSL 294.23º 0.62% 0.84% -
HSV(B) 294.23º 0.22% 0.94% -
XYZ 67.28 59.27 89.55 -
YUV 206.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 234 187 239 0.02 0.22 0 0.06 294.23 0.62 0.84
Hex EA BB EF 2 16 0 6 126 3E 54
Octal 352 273 357 2 26 0 6 446 76 124
Binary 11101010 10111011 11101111 10 10110 0 110 100100110 111110 1010100

Color Harmonies of #EABBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABBEF

Black with #EABBEF

Text Example


Text Example

White with #EABBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABBEF; }

 p { color: rgb(234,187,239); }

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

background-color css

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

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

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

border-color css

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

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

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