Html Css Color HEX #EBBFEE Snuff

📋 copy color: '#EBBFEE'

red 235 ◦ green 191 ◦ blue 238

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

Shades of Snuff #EBBFEE

Tints of Snuff #EBBFEE

RGB

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

 GREEN value IS 191 (75% from 255) = 28.77%

 BLUE value IS 238 (93.36% from 255) = 35.84%

R = 35.39%
G = 28.77%
B = 35.84%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBBFEE (or 0xEBBFEE) is known color: Snuff. HEX triplet: EB, BF and EE. RGB value is (235,191,238). Sum of RGB (Red+Green+Blue) = 235+191+238=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBBFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFEE is #144011. Grayscale: #D1D1D1. Windows color (decimal): -1327122 or 15646699. OLE color: 15646699.

HSL color Cylindrical-coordinate representation of color #EBBFEE: hue angle of 296.17º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBFEE is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 191 238 -
CMYK 0.01 0.20 0 0.07
HSL 296.17º 0.58% 0.84% -
HSV(B) 296.17º 0.2% 0.93% -
XYZ 68.32 61.1 89.08 -
YUV 209.51 144.08 146.18 -
System Red Green Blue C M Y K H S L
Decimal 235 191 238 0.01 0.20 0 0.07 296.17 0.58 0.84
Hex EB BF EE 1 14 0 7 128 3A 54
Octal 353 277 356 1 24 0 7 450 72 124
Binary 11101011 10111111 11101110 1 10100 0 111 100101000 111010 1010100

Color Harmonies of #EBBFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBFEE

Black with #EBBFEE

Text Example


Text Example

White with #EBBFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBFEE; }

 p { color: rgb(235,191,238); }

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

background-color css

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

 a { background-color: rgb(235,191,238); }

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

border-color css

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

 span { border-color: rgb(235,191,238); }

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