Html Css Color HEX #EED3EF Snuff

📋 copy color: '#EED3EF'

red 238 ◦ green 211 ◦ blue 239

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

Shades of Snuff #EED3EF

Tints of Snuff #EED3EF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.67%

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

R = 34.59%
G = 30.67%
B = 34.74%

CMYK

 C value IS 0.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EED3EF (or 0xEED3EF) is known color: Snuff. HEX triplet: EE, D3 and EF. RGB value is (238,211,239). Sum of RGB (Red+Green+Blue) = 238+211+239=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 211 (82.81% from 255 or 30.67% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #EED3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED3EF is #112C10. Grayscale: #DEDEDE. Windows color (decimal): -1125393 or 15717358. OLE color: 15717358.

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

Color convert

RGB 238 211 239 -
CMYK 0.00 0.12 0 0.06
HSL 297.86º 0.47% 0.88% -
HSV(B) 297.86º 0.12% 0.94% -
XYZ 74.13 71 91.46 -
YUV 222.27 137.45 139.22 -
System Red Green Blue C M Y K H S L
Decimal 238 211 239 0.00 0.12 0 0.06 297.86 0.47 0.88
Hex EE D3 EF 0 C 0 6 12A 2F 58
Octal 356 323 357 0 14 0 6 452 57 130
Binary 11101110 11010011 11101111 0 1100 0 110 100101010 101111 1011000

Color Harmonies of #EED3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED3EF

Black with #EED3EF

Text Example


Text Example

White with #EED3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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