Html Css Color HEX #EBC3ED Snuff

📋 copy color: '#EBC3ED'

red 235 ◦ green 195 ◦ blue 237

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

Shades of Snuff #EBC3ED

Tints of Snuff #EBC3ED

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.24%

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

R = 35.23%
G = 29.24%
B = 35.53%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBC3ED (or 0xEBC3ED) is known color: Snuff. HEX triplet: EB, C3 and ED. RGB value is (235,195,237). Sum of RGB (Red+Green+Blue) = 235+195+237=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 195 (76.56% from 255 or 29.24% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBC3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC3ED is #143C12. Grayscale: #D3D3D3. Windows color (decimal): -1326099 or 15582187. OLE color: 15582187.

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

Color convert

RGB 235 195 237 -
CMYK 0.01 0.18 0 0.07
HSL 297.14º 0.54% 0.85% -
HSV(B) 297.14º 0.18% 0.93% -
XYZ 69.06 62.81 88.6 -
YUV 211.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 235 195 237 0.01 0.18 0 0.07 297.14 0.54 0.85
Hex EB C3 ED 1 12 0 7 129 36 55
Octal 353 303 355 1 22 0 7 451 66 125
Binary 11101011 11000011 11101101 1 10010 0 111 100101001 110110 1010101

Color Harmonies of #EBC3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3ED

Black with #EBC3ED

Text Example


Text Example

White with #EBC3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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