Html Css Color HEX #EED8EF Snuff

📋 copy color: '#EED8EF'

red 238 ◦ green 216 ◦ blue 239

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

Shades of Snuff #EED8EF

Tints of Snuff #EED8EF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.17%

 BLUE value IS 239 (93.75% from 255) = 34.49%

R = 34.34%
G = 31.17%
B = 34.49%

CMYK

 C value IS 0.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EED8EF (or 0xEED8EF) is known color: Snuff. HEX triplet: EE, D8 and EF. RGB value is (238,216,239). Sum of RGB (Red+Green+Blue) = 238+216+239=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 216 (84.77% from 255 or 31.17% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 239 - color contains mainly: blue. Hex color #EED8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED8EF is #112710. Grayscale: #E1E1E1. Windows color (decimal): -1124113 or 15718638. OLE color: 15718638.

HSL color Cylindrical-coordinate representation of color #EED8EF: hue angle of 297.39º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED8EF is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 216 239 -
CMYK 0.00 0.10 0 0.06
HSL 297.39º 0.42% 0.89% -
HSV(B) 297.39º 0.1% 0.94% -
XYZ 75.4 73.52 91.88 -
YUV 225.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 238 216 239 0.00 0.10 0 0.06 297.39 0.42 0.89
Hex EE D8 EF 0 A 0 6 129 2A 59
Octal 356 330 357 0 12 0 6 451 52 131
Binary 11101110 11011000 11101111 0 1010 0 110 100101001 101010 1011001

Color Harmonies of #EED8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED8EF

Black with #EED8EF

Text Example


Text Example

White with #EED8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED8EF; }

 p { color: rgb(238,216,239); }

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

background-color css

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

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

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

border-color css

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

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

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