Html Css Color HEX #EBC1EC Snuff

📋 copy color: '#EBC1EC'

red 235 ◦ green 193 ◦ blue 236

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

Shades of Snuff #EBC1EC

Tints of Snuff #EBC1EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.54%

R = 35.39%
G = 29.07%
B = 35.54%

CMYK

 C value IS 0.00

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBC1EC (or 0xEBC1EC) is known color: Snuff. HEX triplet: EB, C1 and EC. RGB value is (235,193,236). Sum of RGB (Red+Green+Blue) = 235+193+236=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 193 (75.78% from 255 or 29.07% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBC1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC1EC is #143E13. Grayscale: #D2D2D2. Windows color (decimal): -1326612 or 15516139. OLE color: 15516139.

HSL color Cylindrical-coordinate representation of color #EBC1EC: hue angle of 298.6º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC1EC is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 193 236 -
CMYK 0.00 0.18 0 0.07
HSL 298.6º 0.53% 0.84% -
HSV(B) 298.6º 0.18% 0.93% -
XYZ 68.47 61.86 87.69 -
YUV 210.46 142.41 145.5 -
System Red Green Blue C M Y K H S L
Decimal 235 193 236 0.00 0.18 0 0.07 298.6 0.53 0.84
Hex EB C1 EC 0 12 0 7 12B 35 54
Octal 353 301 354 0 22 0 7 453 65 124
Binary 11101011 11000001 11101100 0 10010 0 111 100101011 110101 1010100

Color Harmonies of #EBC1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1EC

Black with #EBC1EC

Text Example


Text Example

White with #EBC1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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