Html Css Color HEX #EEDDEA Snuff

📋 copy color: '#EEDDEA'

red 238 ◦ green 221 ◦ blue 234

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

Shades of Snuff #EEDDEA

Tints of Snuff #EEDDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.77%

R = 34.34%
G = 31.89%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EEDDEA (or 0xEEDDEA) is known color: Snuff. HEX triplet: EE, DD and EA. RGB value is (238,221,234). Sum of RGB (Red+Green+Blue) = 238+221+234=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDEA is #112215. Grayscale: #E3E3E3. Windows color (decimal): -1122838 or 15392238. OLE color: 15392238.

HSL color Cylindrical-coordinate representation of color #EEDDEA: hue angle of 314.12º 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 #EEDDEA is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 221 234 -
CMYK 0 0.07 0.02 0.07
HSL 314.12º 0.33% 0.9% -
HSV(B) 314.12º 0.07% 0.93% -
XYZ 75.97 75.83 88.47 -
YUV 227.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 238 221 234 0 0.07 0.02 0.07 314.12 0.33 0.9
Hex EE DD EA 0 7 2 7 13A 21 5A
Octal 356 335 352 0 7 2 7 472 41 132
Binary 11101110 11011101 11101010 0 111 10 111 100111010 100001 1011010

Color Harmonies of #EEDDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDEA

Black with #EEDDEA

Text Example


Text Example

White with #EEDDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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