Html Css Color HEX #EBD7ED Snuff

📋 copy color: '#EBD7ED'

red 235 ◦ green 215 ◦ blue 237

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

Shades of Snuff #EBD7ED

Tints of Snuff #EBD7ED

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.3%

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

R = 34.21%
G = 31.3%
B = 34.5%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EBD7ED (or 0xEBD7ED) is known color: Snuff. HEX triplet: EB, D7 and ED. RGB value is (235,215,237). Sum of RGB (Red+Green+Blue) = 235+215+237=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 215 (84.38% from 255 or 31.30% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBD7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD7ED is #142812. Grayscale: #DFDFDF. Windows color (decimal): -1320979 or 15587307. OLE color: 15587307.

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

Color convert

RGB 235 215 237 -
CMYK 0.01 0.09 0 0.07
HSL 294.55º 0.38% 0.89% -
HSV(B) 294.55º 0.09% 0.93% -
XYZ 73.85 72.38 90.2 -
YUV 223.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 235 215 237 0.01 0.09 0 0.07 294.55 0.38 0.89
Hex EB D7 ED 1 9 0 7 127 26 59
Octal 353 327 355 1 11 0 7 447 46 131
Binary 11101011 11010111 11101101 1 1001 0 111 100100111 100110 1011001

Color Harmonies of #EBD7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD7ED

Black with #EBD7ED

Text Example


Text Example

White with #EBD7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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