Html Css Color HEX #EDD1ED Snuff

📋 copy color: '#EDD1ED'

red 237 ◦ green 209 ◦ blue 237

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

Shades of Snuff #EDD1ED

Tints of Snuff #EDD1ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.7%

R = 34.7%
G = 30.6%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDD1ED (or 0xEDD1ED) is known color: Snuff. HEX triplet: ED, D1 and ED. RGB value is (237,209,237). Sum of RGB (Red+Green+Blue) = 237+209+237=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 209 (82.03% from 255 or 30.60% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDD1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD1ED is #122E12. Grayscale: #DCDCDC. Windows color (decimal): -1191443 or 15585773. OLE color: 15585773.

HSL color Cylindrical-coordinate representation of color #EDD1ED: hue angle of 300º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD1ED is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 209 237 -
CMYK 0 0.12 0 0.07
HSL 300º 0.44% 0.87% -
HSV(B) 300º 0.12% 0.93% -
XYZ 73.01 69.72 89.73 -
YUV 220.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 237 209 237 0 0.12 0 0.07 300 0.44 0.87
Hex ED D1 ED 0 C 0 7 12C 2C 57
Octal 355 321 355 0 14 0 7 454 54 127
Binary 11101101 11010001 11101101 0 1100 0 111 100101100 101100 1010111

Color Harmonies of #EDD1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD1ED

Black with #EDD1ED

Text Example


Text Example

White with #EDD1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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