Html Css Color HEX #EBC0EB Snuff

📋 copy color: '#EBC0EB'

red 235 ◦ green 192 ◦ blue 235

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

Shades of Snuff #EBC0EB

Tints of Snuff #EBC0EB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29%

 BLUE value IS 235 (92.19% from 255) = 35.5%

R = 35.5%
G = 29%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EBC0EB (or 0xEBC0EB) is known color: Snuff. HEX triplet: EB, C0 and EB. RGB value is (235,192,235). Sum of RGB (Red+Green+Blue) = 235+192+235=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 192 (75.39% from 255 or 29.00% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBC0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC0EB is #143F14. Grayscale: #D1D1D1. Windows color (decimal): -1326869 or 15450347. OLE color: 15450347.

HSL color Cylindrical-coordinate representation of color #EBC0EB: hue angle of 300º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC0EB is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 192 235 -
CMYK 0 0.18 0 0.08
HSL 300º 0.52% 0.84% -
HSV(B) 300º 0.18% 0.92% -
XYZ 68.11 61.36 86.85 -
YUV 209.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 235 192 235 0 0.18 0 0.08 300 0.52 0.84
Hex EB C0 EB 0 12 0 8 12C 34 54
Octal 353 300 353 0 22 0 10 454 64 124
Binary 11101011 11000000 11101011 0 10010 0 1000 100101100 110100 1010100

Color Harmonies of #EBC0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0EB

Black with #EBC0EB

Text Example


Text Example

White with #EBC0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0EB; }

 p { color: rgb(235,192,235); }

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

background-color css

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

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

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

border-color css

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

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

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