Html Css Color HEX #EED1EB Snuff

📋 copy color: '#EED1EB'

red 238 ◦ green 209 ◦ blue 235

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

Shades of Snuff #EED1EB

Tints of Snuff #EED1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.46%

R = 34.9%
G = 30.65%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EED1EB (or 0xEED1EB) is known color: Snuff. HEX triplet: EE, D1 and EB. RGB value is (238,209,235). Sum of RGB (Red+Green+Blue) = 238+209+235=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 209 (82.03% from 255 or 30.65% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED1EB is #112E14. Grayscale: #DCDCDC. Windows color (decimal): -1125909 or 15454702. OLE color: 15454702.

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

Color convert

RGB 238 209 235 -
CMYK 0 0.12 0.01 0.07
HSL 306.21º 0.46% 0.88% -
HSV(B) 306.21º 0.12% 0.93% -
XYZ 73.06 69.78 88.21 -
YUV 220.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 238 209 235 0 0.12 0.01 0.07 306.21 0.46 0.88
Hex EE D1 EB 0 C 1 7 132 2E 58
Octal 356 321 353 0 14 1 7 462 56 130
Binary 11101110 11010001 11101011 0 1100 1 111 100110010 101110 1011000

Color Harmonies of #EED1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED1EB

Black with #EED1EB

Text Example


Text Example

White with #EED1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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