Html Css Color HEX #EBC4EA Snuff

📋 copy color: '#EBC4EA'

red 235 ◦ green 196 ◦ blue 234

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

Shades of Snuff #EBC4EA

Tints of Snuff #EBC4EA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.47%

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

R = 35.34%
G = 29.47%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBC4EA (or 0xEBC4EA) is known color: Snuff. HEX triplet: EB, C4 and EA. RGB value is (235,196,234). Sum of RGB (Red+Green+Blue) = 235+196+234=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 196 (76.95% from 255 or 29.47% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC4EA is #143B15. Grayscale: #D3D3D3. Windows color (decimal): -1325846 or 15385835. OLE color: 15385835.

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

Color convert

RGB 235 196 234 -
CMYK 0 0.17 0.00 0.08
HSL 301.54º 0.49% 0.85% -
HSV(B) 301.54º 0.17% 0.92% -
XYZ 68.85 63.08 86.39 -
YUV 211.99 140.42 144.41 -
System Red Green Blue C M Y K H S L
Decimal 235 196 234 0 0.17 0.00 0.08 301.54 0.49 0.85
Hex EB C4 EA 0 11 0 8 12E 31 55
Octal 353 304 352 0 21 0 10 456 61 125
Binary 11101011 11000100 11101010 0 10001 0 1000 100101110 110001 1010101

Color Harmonies of #EBC4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4EA

Black with #EBC4EA

Text Example


Text Example

White with #EBC4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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