Html Css Color HEX #EBDEE8 Snuff

📋 copy color: '#EBDEE8'

red 235 ◦ green 222 ◦ blue 232

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

Shades of Snuff #EBDEE8

Tints of Snuff #EBDEE8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.22%

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

R = 34.11%
G = 32.22%
B = 33.67%

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

#EBDEE8 (or 0xEBDEE8) is known color: Snuff. HEX triplet: EB, DE and E8. RGB value is (235,222,232). Sum of RGB (Red+Green+Blue) = 235+222+232=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDEE8 is #142117. Grayscale: #E3E3E3. Windows color (decimal): -1319192 or 15261419. OLE color: 15261419.

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

Color convert

RGB 235 222 232 -
CMYK 0 0.06 0.01 0.08
HSL 313.85º 0.25% 0.9% -
HSV(B) 313.85º 0.06% 0.92% -
XYZ 74.95 75.73 87.01 -
YUV 227.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 235 222 232 0 0.06 0.01 0.08 313.85 0.25 0.9
Hex EB DE E8 0 6 1 8 13A 19 5A
Octal 353 336 350 0 6 1 10 472 31 132
Binary 11101011 11011110 11101000 0 110 1 1000 100111010 11001 1011010

Color Harmonies of #EBDEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDEE8

Black with #EBDEE8

Text Example


Text Example

White with #EBDEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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