Html Css Color HEX #EBD1E8 Snuff

📋 copy color: '#EBD1E8'

red 235 ◦ green 209 ◦ blue 232

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

Shades of Snuff #EBD1E8

Tints of Snuff #EBD1E8

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.92%

 BLUE value IS 232 (91.02% from 255) = 34.32%

R = 34.76%
G = 30.92%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EBD1E8 (or 0xEBD1E8) is known color: Snuff. HEX triplet: EB, D1 and E8. RGB value is (235,209,232). Sum of RGB (Red+Green+Blue) = 235+209+232=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 209 (82.03% from 255 or 30.92% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD1E8 is #142E17. Grayscale: #DBDBDB. Windows color (decimal): -1322520 or 15258091. OLE color: 15258091.

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

Color convert

RGB 235 209 232 -
CMYK 0 0.11 0.01 0.08
HSL 306.92º 0.39% 0.87% -
HSV(B) 306.92º 0.11% 0.92% -
XYZ 71.63 69.09 85.9 -
YUV 219.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 235 209 232 0 0.11 0.01 0.08 306.92 0.39 0.87
Hex EB D1 E8 0 B 1 8 133 27 57
Octal 353 321 350 0 13 1 10 463 47 127
Binary 11101011 11010001 11101000 0 1011 1 1000 100110011 100111 1010111

Color Harmonies of #EBD1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD1E8

Black with #EBD1E8

Text Example


Text Example

White with #EBD1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD1E8; }

 p { color: rgb(235,209,232); }

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

background-color css

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

 a { background-color: rgb(235,209,232); }

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

border-color css

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

 span { border-color: rgb(235,209,232); }

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