Html Css Color HEX #EBC2EC Snuff

📋 copy color: '#EBC2EC'

red 235 ◦ green 194 ◦ blue 236

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

Shades of Snuff #EBC2EC

Tints of Snuff #EBC2EC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.17%

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

R = 35.34%
G = 29.17%
B = 35.49%

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

#EBC2EC (or 0xEBC2EC) is known color: Snuff. HEX triplet: EB, C2 and EC. RGB value is (235,194,236). Sum of RGB (Red+Green+Blue) = 235+194+236=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 194 (76.17% from 255 or 29.17% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBC2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2EC is #143D13. Grayscale: #D2D2D2. Windows color (decimal): -1326356 or 15516395. OLE color: 15516395.

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

Color convert

RGB 235 194 236 -
CMYK 0.00 0.18 0 0.07
HSL 298.57º 0.53% 0.84% -
HSV(B) 298.57º 0.18% 0.93% -
XYZ 68.69 62.3 87.76 -
YUV 211.05 142.08 145.08 -
System Red Green Blue C M Y K H S L
Decimal 235 194 236 0.00 0.18 0 0.07 298.57 0.53 0.84
Hex EB C2 EC 0 12 0 7 12B 34 54
Octal 353 302 354 0 22 0 7 453 64 124
Binary 11101011 11000010 11101100 0 10010 0 111 100101011 110100 1010100

Color Harmonies of #EBC2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2EC

Black with #EBC2EC

Text Example


Text Example

White with #EBC2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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