Html Css Color HEX #EBD3E5 Snuff

📋 copy color: '#EBD3E5'

red 235 ◦ green 211 ◦ blue 229

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

Shades of Snuff #EBD3E5

Tints of Snuff #EBD3E5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.26%

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

R = 34.81%
G = 31.26%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBD3E5 (or 0xEBD3E5) is known color: Snuff. HEX triplet: EB, D3 and E5. RGB value is (235,211,229). Sum of RGB (Red+Green+Blue) = 235+211+229=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3E5 is #142C1A. Grayscale: #DCDCDC. Windows color (decimal): -1322011 or 15061995. OLE color: 15061995.

HSL color Cylindrical-coordinate representation of color #EBD3E5: hue angle of 315º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBD3E5 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 211 229 -
CMYK 0 0.10 0.03 0.08
HSL 315º 0.38% 0.87% -
HSV(B) 315º 0.1% 0.92% -
XYZ 71.7 69.91 83.84 -
YUV 220.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 235 211 229 0 0.10 0.03 0.08 315 0.38 0.87
Hex EB D3 E5 0 A 3 8 13B 26 57
Octal 353 323 345 0 12 3 10 473 46 127
Binary 11101011 11010011 11100101 0 1010 11 1000 100111011 100110 1010111

Color Harmonies of #EBD3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD3E5

Black with #EBD3E5

Text Example


Text Example

White with #EBD3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD3E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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