Html Css Color HEX #EEDDEC Snuff

📋 copy color: '#EEDDEC'

red 238 ◦ green 221 ◦ blue 236

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

Shades of Snuff #EEDDEC

Tints of Snuff #EEDDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 33.96%

R = 34.24%
G = 31.8%
B = 33.96%

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

#EEDDEC (or 0xEEDDEC) is known color: Snuff. HEX triplet: EE, DD and EC. RGB value is (238,221,236). Sum of RGB (Red+Green+Blue) = 238+221+236=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDEC is #112213. Grayscale: #E3E3E3. Windows color (decimal): -1122836 or 15523310. OLE color: 15523310.

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

Color convert

RGB 238 221 236 -
CMYK 0 0.07 0.01 0.07
HSL 307.06º 0.33% 0.9% -
HSV(B) 307.06º 0.07% 0.93% -
XYZ 76.26 75.95 90 -
YUV 227.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 238 221 236 0 0.07 0.01 0.07 307.06 0.33 0.9
Hex EE DD EC 0 7 1 7 133 21 5A
Octal 356 335 354 0 7 1 7 463 41 132
Binary 11101110 11011101 11101100 0 111 1 111 100110011 100001 1011010

Color Harmonies of #EEDDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDEC

Black with #EEDDEC

Text Example


Text Example

White with #EEDDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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