Html Css Color HEX #EED5E9 Snuff

📋 copy color: '#EED5E9'

red 238 ◦ green 213 ◦ blue 233

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

Shades of Snuff #EED5E9

Tints of Snuff #EED5E9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.14%

 BLUE value IS 233 (91.41% from 255) = 34.06%

R = 34.8%
G = 31.14%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EED5E9 (or 0xEED5E9) is known color: Snuff. HEX triplet: EE, D5 and E9. RGB value is (238,213,233). Sum of RGB (Red+Green+Blue) = 238+213+233=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 213 (83.59% from 255 or 31.14% from 684); Blue value is 233 (91.41% from 255 or 34.06% from 684); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED5E9 is #112A16. Grayscale: #DEDEDE. Windows color (decimal): -1124887 or 15324654. OLE color: 15324654.

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

Color convert

RGB 238 213 233 -
CMYK 0 0.11 0.02 0.07
HSL 312º 0.42% 0.88% -
HSV(B) 312º 0.11% 0.93% -
XYZ 73.76 71.65 87.03 -
YUV 222.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 238 213 233 0 0.11 0.02 0.07 312 0.42 0.88
Hex EE D5 E9 0 B 2 7 138 2A 58
Octal 356 325 351 0 13 2 7 470 52 130
Binary 11101110 11010101 11101001 0 1011 10 111 100111000 101010 1011000

Color Harmonies of #EED5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED5E9

Black with #EED5E9

Text Example


Text Example

White with #EED5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED5E9; }

 p { color: rgb(238,213,233); }

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

background-color css

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

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

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

border-color css

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

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

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