Html Css Color HEX #EBBBEF Snuff

📋 copy color: '#EBBBEF'

red 235 ◦ green 187 ◦ blue 239

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

Shades of Snuff #EBBBEF

Tints of Snuff #EBBBEF

RGB

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

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

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

R = 35.55%
G = 28.29%
B = 36.16%

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

#EBBBEF (or 0xEBBBEF) is known color: Snuff. HEX triplet: EB, BB and EF. RGB value is (235,187,239). Sum of RGB (Red+Green+Blue) = 235+187+239=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBBBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBBEF is #144410. Grayscale: #CFCFCF. Windows color (decimal): -1328145 or 15711211. OLE color: 15711211.

HSL color Cylindrical-coordinate representation of color #EBBBEF: hue angle of 295.38º 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 #EBBBEF is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 187 239 -
CMYK 0.02 0.22 0 0.06
HSL 295.38º 0.62% 0.84% -
HSV(B) 295.38º 0.22% 0.94% -
XYZ 67.61 59.43 89.57 -
YUV 207.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 235 187 239 0.02 0.22 0 0.06 295.38 0.62 0.84
Hex EB BB EF 2 16 0 6 127 3E 54
Octal 353 273 357 2 26 0 6 447 76 124
Binary 11101011 10111011 11101111 10 10110 0 110 100100111 111110 1010100

Color Harmonies of #EBBBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBBEF

Black with #EBBBEF

Text Example


Text Example

White with #EBBBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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