Html Css Color HEX #EDD0ED Snuff

📋 copy color: '#EDD0ED'

red 237 ◦ green 208 ◦ blue 237

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

Shades of Snuff #EDD0ED

Tints of Snuff #EDD0ED

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.5%

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

R = 34.75%
G = 30.5%
B = 34.75%

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

#EDD0ED (or 0xEDD0ED) is known color: Snuff. HEX triplet: ED, D0 and ED. RGB value is (237,208,237). Sum of RGB (Red+Green+Blue) = 237+208+237=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 208 (81.64% from 255 or 30.50% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDD0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0ED is #122F12. Grayscale: #DBDBDB. Windows color (decimal): -1191699 or 15585517. OLE color: 15585517.

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

Color convert

RGB 237 208 237 -
CMYK 0 0.12 0 0.07
HSL 300º 0.45% 0.87% -
HSV(B) 300º 0.12% 0.93% -
XYZ 72.77 69.23 89.65 -
YUV 219.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 237 208 237 0 0.12 0 0.07 300 0.45 0.87
Hex ED D0 ED 0 C 0 7 12C 2D 57
Octal 355 320 355 0 14 0 7 454 55 127
Binary 11101101 11010000 11101101 0 1100 0 111 100101100 101101 1010111

Color Harmonies of #EDD0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0ED

Black with #EDD0ED

Text Example


Text Example

White with #EDD0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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