Html Css Color HEX #EBBAF0 Snuff

📋 copy color: '#EBBAF0'

red 235 ◦ green 186 ◦ blue 240

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

Shades of Snuff #EBBAF0

Tints of Snuff #EBBAF0

RGB

 RED value IS 235 (92.19% from 255) = 35.55%

 GREEN value IS 186 (73.05% from 255) = 28.14%

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

R = 35.55%
G = 28.14%
B = 36.31%

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

#EBBAF0 (or 0xEBBAF0) is known color: Snuff. HEX triplet: EB, BA and F0. RGB value is (235,186,240). Sum of RGB (Red+Green+Blue) = 235+186+240=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBBAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBAF0 is #14450F. Grayscale: #CECECE. Windows color (decimal): -1328400 or 15776491. OLE color: 15776491.

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

Color convert

RGB 235 186 240 -
CMYK 0.02 0.22 0 0.06
HSL 294.44º 0.64% 0.84% -
HSV(B) 294.44º 0.23% 0.94% -
XYZ 67.55 59.07 90.28 -
YUV 206.81 146.73 148.11 -
System Red Green Blue C M Y K H S L
Decimal 235 186 240 0.02 0.22 0 0.06 294.44 0.64 0.84
Hex EB BA F0 2 16 0 6 126 40 54
Octal 353 272 360 2 26 0 6 446 100 124
Binary 11101011 10111010 11110000 10 10110 0 110 100100110 1000000 1010100

Color Harmonies of #EBBAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBAF0

Black with #EBBAF0

Text Example


Text Example

White with #EBBAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBAF0; }

 p { color: rgb(235,186,240); }

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

background-color css

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

 a { background-color: rgb(235,186,240); }

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

border-color css

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

 span { border-color: rgb(235,186,240); }

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