Html Css Color HEX #EED9EC Snuff

📋 copy color: '#EED9EC'

red 238 ◦ green 217 ◦ blue 236

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

Shades of Snuff #EED9EC

Tints of Snuff #EED9EC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.4%

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

R = 34.44%
G = 31.4%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EED9EC (or 0xEED9EC) is known color: Snuff. HEX triplet: EE, D9 and EC. RGB value is (238,217,236). Sum of RGB (Red+Green+Blue) = 238+217+236=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9EC is #112613. Grayscale: #E1E1E1. Windows color (decimal): -1123860 or 15522286. OLE color: 15522286.

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

Color convert

RGB 238 217 236 -
CMYK 0 0.09 0.01 0.07
HSL 305.71º 0.38% 0.89% -
HSV(B) 305.71º 0.09% 0.93% -
XYZ 75.21 73.86 89.65 -
YUV 225.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 238 217 236 0 0.09 0.01 0.07 305.71 0.38 0.89
Hex EE D9 EC 0 9 1 7 132 26 59
Octal 356 331 354 0 11 1 7 462 46 131
Binary 11101110 11011001 11101100 0 1001 1 111 100110010 100110 1011001

Color Harmonies of #EED9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED9EC

Black with #EED9EC

Text Example


Text Example

White with #EED9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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