Html Css Color HEX #EBBBF1 Snuff

📋 copy color: '#EBBBF1'

red 235 ◦ green 187 ◦ blue 241

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

Shades of Snuff #EBBBF1

Tints of Snuff #EBBBF1

RGB

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

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

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

R = 35.44%
G = 28.21%
B = 36.35%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EBBBF1 (or 0xEBBBF1) is known color: Snuff. HEX triplet: EB, BB and F1. RGB value is (235,187,241). Sum of RGB (Red+Green+Blue) = 235+187+241=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBBBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBBF1 is #14440E. Grayscale: #CFCFCF. Windows color (decimal): -1328143 or 15842283. OLE color: 15842283.

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

Color convert

RGB 235 187 241 -
CMYK 0.02 0.22 0 0.05
HSL 293.33º 0.66% 0.84% -
HSV(B) 293.33º 0.22% 0.95% -
XYZ 67.91 59.55 91.13 -
YUV 207.51 146.9 147.61 -
System Red Green Blue C M Y K H S L
Decimal 235 187 241 0.02 0.22 0 0.05 293.33 0.66 0.84
Hex EB BB F1 2 16 0 5 125 42 54
Octal 353 273 361 2 26 0 5 445 102 124
Binary 11101011 10111011 11110001 10 10110 0 101 100100101 1000010 1010100

Color Harmonies of #EBBBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBBF1

Black with #EBBBF1

Text Example


Text Example

White with #EBBBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBBF1; }

 p { color: rgb(235,187,241); }

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

background-color css

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

 a { background-color: rgb(235,187,241); }

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

border-color css

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

 span { border-color: rgb(235,187,241); }

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