Html Css Color HEX #EBC8EA Snuff

📋 copy color: '#EBC8EA'

red 235 ◦ green 200 ◦ blue 234

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

Shades of Snuff #EBC8EA

Tints of Snuff #EBC8EA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.9%

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

R = 35.13%
G = 29.9%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EBC8EA (or 0xEBC8EA) is known color: Snuff. HEX triplet: EB, C8 and EA. RGB value is (235,200,234). Sum of RGB (Red+Green+Blue) = 235+200+234=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 200 (78.52% from 255 or 29.90% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8EA is #143715. Grayscale: #D6D6D6. Windows color (decimal): -1324822 or 15386859. OLE color: 15386859.

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

Color convert

RGB 235 200 234 -
CMYK 0 0.15 0.00 0.08
HSL 301.71º 0.47% 0.85% -
HSV(B) 301.71º 0.15% 0.92% -
XYZ 69.77 64.91 86.69 -
YUV 214.34 139.1 142.74 -
System Red Green Blue C M Y K H S L
Decimal 235 200 234 0 0.15 0.00 0.08 301.71 0.47 0.85
Hex EB C8 EA 0 F 0 8 12E 2F 55
Octal 353 310 352 0 17 0 10 456 57 125
Binary 11101011 11001000 11101010 0 1111 0 1000 100101110 101111 1010101

Color Harmonies of #EBC8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC8EA

Black with #EBC8EA

Text Example


Text Example

White with #EBC8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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