Html Css Color HEX #EBD5E5 Snuff

📋 copy color: '#EBD5E5'

red 235 ◦ green 213 ◦ blue 229

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

Shades of Snuff #EBD5E5

Tints of Snuff #EBD5E5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.46%

 BLUE value IS 229 (89.84% from 255) = 33.83%

R = 34.71%
G = 31.46%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBD5E5 (or 0xEBD5E5) is known color: Snuff. HEX triplet: EB, D5 and E5. RGB value is (235,213,229). Sum of RGB (Red+Green+Blue) = 235+213+229=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 213 (83.59% from 255 or 31.46% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5E5 is #142A1A. Grayscale: #DDDDDD. Windows color (decimal): -1321499 or 15062507. OLE color: 15062507.

HSL color Cylindrical-coordinate representation of color #EBD5E5: hue angle of 316.36º degrees, saturation: 0.35, 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 #EBD5E5 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 213 229 -
CMYK 0 0.09 0.03 0.08
HSL 316.36º 0.35% 0.88% -
HSV(B) 316.36º 0.09% 0.92% -
XYZ 72.2 70.91 84.01 -
YUV 221.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 235 213 229 0 0.09 0.03 0.08 316.36 0.35 0.88
Hex EB D5 E5 0 9 3 8 13C 23 58
Octal 353 325 345 0 11 3 10 474 43 130
Binary 11101011 11010101 11100101 0 1001 11 1000 100111100 100011 1011000

Color Harmonies of #EBD5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD5E5

Black with #EBD5E5

Text Example


Text Example

White with #EBD5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD5E5; }

 p { color: rgb(235,213,229); }

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

background-color css

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

 a { background-color: rgb(235,213,229); }

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

border-color css

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

 span { border-color: rgb(235,213,229); }

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