Html Css Color HEX #EDD1EF Snuff

📋 copy color: '#EDD1EF'

red 237 ◦ green 209 ◦ blue 239

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

Shades of Snuff #EDD1EF

Tints of Snuff #EDD1EF

RGB

 RED value IS 237 (92.97% from 255) = 34.6%

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

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

R = 34.6%
G = 30.51%
B = 34.89%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDD1EF (or 0xEDD1EF) is known color: Snuff. HEX triplet: ED, D1 and EF. RGB value is (237,209,239). Sum of RGB (Red+Green+Blue) = 237+209+239=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 209 (82.03% from 255 or 30.51% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDD1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD1EF is #122E10. Grayscale: #DCDCDC. Windows color (decimal): -1191441 or 15716845. OLE color: 15716845.

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

Color convert

RGB 237 209 239 -
CMYK 0.01 0.13 0 0.06
HSL 296º 0.48% 0.88% -
HSV(B) 296º 0.13% 0.94% -
XYZ 73.31 69.84 91.28 -
YUV 220.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 237 209 239 0.01 0.13 0 0.06 296 0.48 0.88
Hex ED D1 EF 1 D 0 6 128 30 58
Octal 355 321 357 1 15 0 6 450 60 130
Binary 11101101 11010001 11101111 1 1101 0 110 100101000 110000 1011000

Color Harmonies of #EDD1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD1EF

Black with #EDD1EF

Text Example


Text Example

White with #EDD1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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