Html Css Color HEX #EBC1EB Snuff

📋 copy color: '#EBC1EB'

red 235 ◦ green 193 ◦ blue 235

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

Shades of Snuff #EBC1EB

Tints of Snuff #EBC1EB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.11%

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

R = 35.44%
G = 29.11%
B = 35.44%

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

#EBC1EB (or 0xEBC1EB) is known color: Snuff. HEX triplet: EB, C1 and EB. RGB value is (235,193,235). Sum of RGB (Red+Green+Blue) = 235+193+235=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 193 (75.78% from 255 or 29.11% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBC1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC1EB is #143E14. Grayscale: #D2D2D2. Windows color (decimal): -1326613 or 15450603. OLE color: 15450603.

HSL color Cylindrical-coordinate representation of color #EBC1EB: hue angle of 300º degrees, saturation: 0.51, 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 #EBC1EB is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 193 235 -
CMYK 0 0.18 0 0.08
HSL 300º 0.51% 0.84% -
HSV(B) 300º 0.18% 0.92% -
XYZ 68.33 61.8 86.92 -
YUV 210.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 235 193 235 0 0.18 0 0.08 300 0.51 0.84
Hex EB C1 EB 0 12 0 8 12C 33 54
Octal 353 301 353 0 22 0 10 454 63 124
Binary 11101011 11000001 11101011 0 10010 0 1000 100101100 110011 1010100

Color Harmonies of #EBC1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1EB

Black with #EBC1EB

Text Example


Text Example

White with #EBC1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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