Html Css Color HEX #EBC8ED Snuff

📋 copy color: '#EBC8ED'

red 235 ◦ green 200 ◦ blue 237

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

Shades of Snuff #EBC8ED

Tints of Snuff #EBC8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.27%

R = 34.97%
G = 29.76%
B = 35.27%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBC8ED (or 0xEBC8ED) is known color: Snuff. HEX triplet: EB, C8 and ED. RGB value is (235,200,237). Sum of RGB (Red+Green+Blue) = 235+200+237=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 200 (78.52% from 255 or 29.76% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBC8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC8ED is #143712. Grayscale: #D6D6D6. Windows color (decimal): -1324819 or 15583467. OLE color: 15583467.

HSL color Cylindrical-coordinate representation of color #EBC8ED: hue angle of 296.76º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC8ED is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 200 237 -
CMYK 0.01 0.16 0 0.07
HSL 296.76º 0.51% 0.86% -
HSV(B) 296.76º 0.16% 0.93% -
XYZ 70.2 65.09 88.98 -
YUV 214.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 235 200 237 0.01 0.16 0 0.07 296.76 0.51 0.86
Hex EB C8 ED 1 10 0 7 129 33 56
Octal 353 310 355 1 20 0 7 451 63 126
Binary 11101011 11001000 11101101 1 10000 0 111 100101001 110011 1010110

Color Harmonies of #EBC8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC8ED

Black with #EBC8ED

Text Example


Text Example

White with #EBC8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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