Html Css Color HEX #EBC4ED Snuff

📋 copy color: '#EBC4ED'

red 235 ◦ green 196 ◦ blue 237

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

Shades of Snuff #EBC4ED

Tints of Snuff #EBC4ED

RGB

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

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

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

R = 35.18%
G = 29.34%
B = 35.48%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBC4ED (or 0xEBC4ED) is known color: Snuff. HEX triplet: EB, C4 and ED. RGB value is (235,196,237). Sum of RGB (Red+Green+Blue) = 235+196+237=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 196 (76.95% from 255 or 29.34% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBC4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC4ED is #143B12. Grayscale: #D4D4D4. Windows color (decimal): -1325843 or 15582443. OLE color: 15582443.

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

Color convert

RGB 235 196 237 -
CMYK 0.01 0.17 0 0.07
HSL 297.07º 0.53% 0.85% -
HSV(B) 297.07º 0.17% 0.93% -
XYZ 69.29 63.26 88.68 -
YUV 212.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 235 196 237 0.01 0.17 0 0.07 297.07 0.53 0.85
Hex EB C4 ED 1 11 0 7 129 35 55
Octal 353 304 355 1 21 0 7 451 65 125
Binary 11101011 11000100 11101101 1 10001 0 111 100101001 110101 1010101

Color Harmonies of #EBC4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4ED

Black with #EBC4ED

Text Example


Text Example

White with #EBC4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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