Html Css Color HEX #EDD0E7 Snuff

📋 copy color: '#EDD0E7'

red 237 ◦ green 208 ◦ blue 231

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

Shades of Snuff #EDD0E7

Tints of Snuff #EDD0E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.17%

R = 35.06%
G = 30.77%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDD0E7 (or 0xEDD0E7) is known color: Snuff. HEX triplet: ED, D0 and E7. RGB value is (237,208,231). Sum of RGB (Red+Green+Blue) = 237+208+231=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 208 (81.64% from 255 or 30.77% from 676); Blue value is 231 (90.62% from 255 or 34.17% from 676); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0E7 is #122F18. Grayscale: #DBDBDB. Windows color (decimal): -1191705 or 15192301. OLE color: 15192301.

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

Color convert

RGB 237 208 231 -
CMYK 0 0.12 0.03 0.07
HSL 312.41º 0.45% 0.87% -
HSV(B) 312.41º 0.12% 0.93% -
XYZ 71.9 68.89 85.11 -
YUV 219.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 237 208 231 0 0.12 0.03 0.07 312.41 0.45 0.87
Hex ED D0 E7 0 C 3 7 138 2D 57
Octal 355 320 347 0 14 3 7 470 55 127
Binary 11101101 11010000 11100111 0 1100 11 111 100111000 101101 1010111

Color Harmonies of #EDD0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0E7

Black with #EDD0E7

Text Example


Text Example

White with #EDD0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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