Html Css Color HEX #EEDDEB Snuff

📋 copy color: '#EEDDEB'

red 238 ◦ green 221 ◦ blue 235

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

Shades of Snuff #EEDDEB

Tints of Snuff #EEDDEB

RGB

 RED value IS 238 (93.36% from 255) = 34.29%

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

 BLUE value IS 235 (92.19% from 255) = 33.86%

R = 34.29%
G = 31.84%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EEDDEB (or 0xEEDDEB) is known color: Snuff. HEX triplet: EE, DD and EB. RGB value is (238,221,235). Sum of RGB (Red+Green+Blue) = 238+221+235=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDEB is #112214. Grayscale: #E3E3E3. Windows color (decimal): -1122837 or 15457774. OLE color: 15457774.

HSL color Cylindrical-coordinate representation of color #EEDDEB: hue angle of 310.59º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEDDEB is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 221 235 -
CMYK 0 0.07 0.01 0.07
HSL 310.59º 0.33% 0.9% -
HSV(B) 310.59º 0.07% 0.93% -
XYZ 76.11 75.89 89.23 -
YUV 227.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 238 221 235 0 0.07 0.01 0.07 310.59 0.33 0.9
Hex EE DD EB 0 7 1 7 137 21 5A
Octal 356 335 353 0 7 1 7 467 41 132
Binary 11101110 11011101 11101011 0 111 1 111 100110111 100001 1011010

Color Harmonies of #EEDDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDEB

Black with #EEDDEB

Text Example


Text Example

White with #EEDDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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