Html Css Color HEX #EBC5EA Snuff

📋 copy color: '#EBC5EA'

red 235 ◦ green 197 ◦ blue 234

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

Shades of Snuff #EBC5EA

Tints of Snuff #EBC5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.58%

 BLUE value IS 234 (91.8% from 255) = 35.14%

R = 35.29%
G = 29.58%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBC5EA (or 0xEBC5EA) is known color: Snuff. HEX triplet: EB, C5 and EA. RGB value is (235,197,234). Sum of RGB (Red+Green+Blue) = 235+197+234=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 197 (77.34% from 255 or 29.58% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC5EA is #143A15. Grayscale: #D4D4D4. Windows color (decimal): -1325590 or 15386091. OLE color: 15386091.

HSL color Cylindrical-coordinate representation of color #EBC5EA: hue angle of 301.58º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC5EA is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 197 234 -
CMYK 0 0.16 0.00 0.08
HSL 301.58º 0.49% 0.85% -
HSV(B) 301.58º 0.16% 0.92% -
XYZ 69.08 63.54 86.46 -
YUV 212.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 235 197 234 0 0.16 0.00 0.08 301.58 0.49 0.85
Hex EB C5 EA 0 10 0 8 12E 31 55
Octal 353 305 352 0 20 0 10 456 61 125
Binary 11101011 11000101 11101010 0 10000 0 1000 100101110 110001 1010101

Color Harmonies of #EBC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5EA

Black with #EBC5EA

Text Example


Text Example

White with #EBC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5EA; }

 p { color: rgb(235,197,234); }

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

background-color css

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

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

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

border-color css

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

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

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