Html Css Color HEX #EEE0EB Snuff

📋 copy color: '#EEE0EB'

red 238 ◦ green 224 ◦ blue 235

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

Shades of Snuff #EEE0EB

Tints of Snuff #EEE0EB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.14%

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

R = 34.15%
G = 32.14%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EEE0EB (or 0xEEE0EB) is known color: Snuff. HEX triplet: EE, E0 and EB. RGB value is (238,224,235). Sum of RGB (Red+Green+Blue) = 238+224+235=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 224 (87.89% from 255 or 32.14% from 697); Blue value is 235 (92.19% from 255 or 33.72% from 697); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE0EB is #111F14. Grayscale: #E5E5E5. Windows color (decimal): -1122069 or 15458542. OLE color: 15458542.

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

Color convert

RGB 238 224 235 -
CMYK 0 0.06 0.01 0.07
HSL 312.86º 0.29% 0.91% -
HSV(B) 312.86º 0.06% 0.93% -
XYZ 76.91 77.49 89.5 -
YUV 229.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 238 224 235 0 0.06 0.01 0.07 312.86 0.29 0.91
Hex EE E0 EB 0 6 1 7 139 1D 5B
Octal 356 340 353 0 6 1 7 471 35 133
Binary 11101110 11100000 11101011 0 110 1 111 100111001 11101 1011011

Color Harmonies of #EEE0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE0EB

Black with #EEE0EB

Text Example


Text Example

White with #EEE0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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