Html Css Color HEX #EBD7E9 Snuff

📋 copy color: '#EBD7E9'

red 235 ◦ green 215 ◦ blue 233

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

Shades of Snuff #EBD7E9

Tints of Snuff #EBD7E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.11%

R = 34.41%
G = 31.48%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EBD7E9 (or 0xEBD7E9) is known color: Snuff. HEX triplet: EB, D7 and E9. RGB value is (235,215,233). Sum of RGB (Red+Green+Blue) = 235+215+233=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 215 (84.38% from 255 or 31.48% from 683); Blue value is 233 (91.41% from 255 or 34.11% from 683); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD7E9 is #142816. Grayscale: #DEDEDE. Windows color (decimal): -1320983 or 15325163. OLE color: 15325163.

HSL color Cylindrical-coordinate representation of color #EBD7E9: hue angle of 306º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBD7E9 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 215 233 -
CMYK 0 0.09 0.01 0.08
HSL 306º 0.33% 0.88% -
HSV(B) 306º 0.09% 0.92% -
XYZ 73.27 72.15 87.15 -
YUV 223.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 235 215 233 0 0.09 0.01 0.08 306 0.33 0.88
Hex EB D7 E9 0 9 1 8 132 21 58
Octal 353 327 351 0 11 1 10 462 41 130
Binary 11101011 11010111 11101001 0 1001 1 1000 100110010 100001 1011000

Color Harmonies of #EBD7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD7E9

Black with #EBD7E9

Text Example


Text Example

White with #EBD7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD7E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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