Html Css Color HEX #EED1ED Snuff

📋 copy color: '#EED1ED'

red 238 ◦ green 209 ◦ blue 237

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

Shades of Snuff #EED1ED

Tints of Snuff #EED1ED

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.56%

 BLUE value IS 237 (92.97% from 255) = 34.65%

R = 34.8%
G = 30.56%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EED1ED (or 0xEED1ED) is known color: Snuff. HEX triplet: EE, D1 and ED. RGB value is (238,209,237). Sum of RGB (Red+Green+Blue) = 238+209+237=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 209 (82.03% from 255 or 30.56% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED1ED is #112E12. Grayscale: #DCDCDC. Windows color (decimal): -1125907 or 15585774. OLE color: 15585774.

HSL color Cylindrical-coordinate representation of color #EED1ED: hue angle of 302.07º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EED1ED is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 209 237 -
CMYK 0 0.12 0.00 0.07
HSL 302.07º 0.46% 0.88% -
HSV(B) 302.07º 0.12% 0.93% -
XYZ 73.35 69.89 89.75 -
YUV 220.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 238 209 237 0 0.12 0.00 0.07 302.07 0.46 0.88
Hex EE D1 ED 0 C 0 7 12E 2E 58
Octal 356 321 355 0 14 0 7 456 56 130
Binary 11101110 11010001 11101101 0 1100 0 111 100101110 101110 1011000

Color Harmonies of #EED1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED1ED

Black with #EED1ED

Text Example


Text Example

White with #EED1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED1ED; }

 p { color: rgb(238,209,237); }

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

background-color css

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

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

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

border-color css

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

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

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