Html Css Color HEX #EBDBE8 Snuff

📋 copy color: '#EBDBE8'

red 235 ◦ green 219 ◦ blue 232

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

Shades of Snuff #EBDBE8

Tints of Snuff #EBDBE8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.92%

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

R = 34.26%
G = 31.92%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EBDBE8 (or 0xEBDBE8) is known color: Snuff. HEX triplet: EB, DB and E8. RGB value is (235,219,232). Sum of RGB (Red+Green+Blue) = 235+219+232=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBE8 is #142417. Grayscale: #E1E1E1. Windows color (decimal): -1319960 or 15260651. OLE color: 15260651.

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

Color convert

RGB 235 219 232 -
CMYK 0 0.07 0.01 0.08
HSL 311.25º 0.29% 0.89% -
HSV(B) 311.25º 0.07% 0.92% -
XYZ 74.16 74.15 86.75 -
YUV 225.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 235 219 232 0 0.07 0.01 0.08 311.25 0.29 0.89
Hex EB DB E8 0 7 1 8 137 1D 59
Octal 353 333 350 0 7 1 10 467 35 131
Binary 11101011 11011011 11101000 0 111 1 1000 100110111 11101 1011001

Color Harmonies of #EBDBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBE8

Black with #EBDBE8

Text Example


Text Example

White with #EBDBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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