Html Css Color HEX #EBDDE8 Snuff

📋 copy color: '#EBDDE8'

red 235 ◦ green 221 ◦ blue 232

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

Shades of Snuff #EBDDE8

Tints of Snuff #EBDDE8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.12%

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

R = 34.16%
G = 32.12%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EBDDE8 (or 0xEBDDE8) is known color: Snuff. HEX triplet: EB, DD and E8. RGB value is (235,221,232). Sum of RGB (Red+Green+Blue) = 235+221+232=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDE8 is #142217. Grayscale: #E2E2E2. Windows color (decimal): -1319448 or 15261163. OLE color: 15261163.

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

Color convert

RGB 235 221 232 -
CMYK 0 0.06 0.01 0.08
HSL 312.86º 0.26% 0.89% -
HSV(B) 312.86º 0.06% 0.92% -
XYZ 74.68 75.2 86.92 -
YUV 226.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 235 221 232 0 0.06 0.01 0.08 312.86 0.26 0.89
Hex EB DD E8 0 6 1 8 139 1A 59
Octal 353 335 350 0 6 1 10 471 32 131
Binary 11101011 11011101 11101000 0 110 1 1000 100111001 11010 1011001

Color Harmonies of #EBDDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDDE8

Black with #EBDDE8

Text Example


Text Example

White with #EBDDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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