Html Css Color HEX #EBC6EE Snuff

📋 copy color: '#EBC6EE'

red 235 ◦ green 198 ◦ blue 238

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

Shades of Snuff #EBC6EE

Tints of Snuff #EBC6EE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.51%

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

R = 35.02%
G = 29.51%
B = 35.47%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBC6EE (or 0xEBC6EE) is known color: Snuff. HEX triplet: EB, C6 and EE. RGB value is (235,198,238). Sum of RGB (Red+Green+Blue) = 235+198+238=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 198 (77.73% from 255 or 29.51% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBC6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC6EE is #143911. Grayscale: #D5D5D5. Windows color (decimal): -1325330 or 15648491. OLE color: 15648491.

HSL color Cylindrical-coordinate representation of color #EBC6EE: hue angle of 295.5º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC6EE is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 198 238 -
CMYK 0.01 0.17 0 0.07
HSL 295.5º 0.54% 0.85% -
HSV(B) 295.5º 0.17% 0.93% -
XYZ 69.89 64.22 89.6 -
YUV 213.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 235 198 238 0.01 0.17 0 0.07 295.5 0.54 0.85
Hex EB C6 EE 1 11 0 7 128 36 55
Octal 353 306 356 1 21 0 7 450 66 125
Binary 11101011 11000110 11101110 1 10001 0 111 100101000 110110 1010101

Color Harmonies of #EBC6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC6EE

Black with #EBC6EE

Text Example


Text Example

White with #EBC6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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