Html Css Color HEX #EED5EE Snuff

📋 copy color: '#EED5EE'

red 238 ◦ green 213 ◦ blue 238

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

Shades of Snuff #EED5EE

Tints of Snuff #EED5EE

RGB

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

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

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

R = 34.54%
G = 30.91%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EED5EE (or 0xEED5EE) is known color: Snuff. HEX triplet: EE, D5 and EE. RGB value is (238,213,238). Sum of RGB (Red+Green+Blue) = 238+213+238=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EED5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED5EE is #112A11. Grayscale: #DFDFDF. Windows color (decimal): -1124882 or 15652334. OLE color: 15652334.

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

Color convert

RGB 238 213 238 -
CMYK 0 0.11 0 0.07
HSL 300º 0.42% 0.88% -
HSV(B) 300º 0.11% 0.93% -
XYZ 74.49 71.94 90.85 -
YUV 223.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 238 213 238 0 0.11 0 0.07 300 0.42 0.88
Hex EE D5 EE 0 B 0 7 12C 2A 58
Octal 356 325 356 0 13 0 7 454 52 130
Binary 11101110 11010101 11101110 0 1011 0 111 100101100 101010 1011000

Color Harmonies of #EED5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED5EE

Black with #EED5EE

Text Example


Text Example

White with #EED5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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