Html Css Color HEX #EBBEF2 Snuff

📋 copy color: '#EBBEF2'

red 235 ◦ green 190 ◦ blue 242

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

Shades of Snuff #EBBEF2

Tints of Snuff #EBBEF2

RGB

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

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

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

R = 35.23%
G = 28.49%
B = 36.28%

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

#EBBEF2 (or 0xEBBEF2) is known color: Snuff. HEX triplet: EB, BE and F2. RGB value is (235,190,242). Sum of RGB (Red+Green+Blue) = 235+190+242=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 190 (74.61% from 255 or 28.49% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBBEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBEF2 is #14410D. Grayscale: #D1D1D1. Windows color (decimal): -1327374 or 15908587. OLE color: 15908587.

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

Color convert

RGB 235 190 242 -
CMYK 0.03 0.21 0 0.05
HSL 291.92º 0.67% 0.85% -
HSV(B) 291.92º 0.21% 0.95% -
XYZ 68.7 60.9 92.14 -
YUV 209.38 146.41 146.27 -
System Red Green Blue C M Y K H S L
Decimal 235 190 242 0.03 0.21 0 0.05 291.92 0.67 0.85
Hex EB BE F2 3 15 0 5 124 43 55
Octal 353 276 362 3 25 0 5 444 103 125
Binary 11101011 10111110 11110010 11 10101 0 101 100100100 1000011 1010101

Color Harmonies of #EBBEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBEF2

Black with #EBBEF2

Text Example


Text Example

White with #EBBEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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