Html Css Color HEX #EED9EE Snuff

📋 copy color: '#EED9EE'

red 238 ◦ green 217 ◦ blue 238

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

Shades of Snuff #EED9EE

Tints of Snuff #EED9EE

RGB

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

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

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

R = 34.34%
G = 31.31%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EED9EE (or 0xEED9EE) is known color: Snuff. HEX triplet: EE, D9 and EE. RGB value is (238,217,238). Sum of RGB (Red+Green+Blue) = 238+217+238=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 217 (85.16% from 255 or 31.31% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EED9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED9EE is #112611. Grayscale: #E1E1E1. Windows color (decimal): -1123858 or 15653358. OLE color: 15653358.

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

Color convert

RGB 238 217 238 -
CMYK 0 0.09 0 0.07
HSL 300º 0.38% 0.89% -
HSV(B) 300º 0.09% 0.93% -
XYZ 75.51 73.98 91.19 -
YUV 225.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 238 217 238 0 0.09 0 0.07 300 0.38 0.89
Hex EE D9 EE 0 9 0 7 12C 26 59
Octal 356 331 356 0 11 0 7 454 46 131
Binary 11101110 11011001 11101110 0 1001 0 111 100101100 100110 1011001

Color Harmonies of #EED9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED9EE

Black with #EED9EE

Text Example


Text Example

White with #EED9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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