Html Css Color HEX #EDD0E8 Snuff

📋 copy color: '#EDD0E8'

red 237 ◦ green 208 ◦ blue 232

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

Shades of Snuff #EDD0E8

Tints of Snuff #EDD0E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.27%

R = 35.01%
G = 30.72%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDD0E8 (or 0xEDD0E8) is known color: Snuff. HEX triplet: ED, D0 and E8. RGB value is (237,208,232). Sum of RGB (Red+Green+Blue) = 237+208+232=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 208 (81.64% from 255 or 30.72% from 677); Blue value is 232 (91.02% from 255 or 34.27% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0E8 is #122F17. Grayscale: #DBDBDB. Windows color (decimal): -1191704 or 15257837. OLE color: 15257837.

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

Color convert

RGB 237 208 232 -
CMYK 0 0.12 0.02 0.07
HSL 310.34º 0.45% 0.87% -
HSV(B) 310.34º 0.12% 0.93% -
XYZ 72.05 68.94 85.85 -
YUV 219.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 237 208 232 0 0.12 0.02 0.07 310.34 0.45 0.87
Hex ED D0 E8 0 C 2 7 136 2D 57
Octal 355 320 350 0 14 2 7 466 55 127
Binary 11101101 11010000 11101000 0 1100 10 111 100110110 101101 1010111

Color Harmonies of #EDD0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0E8

Black with #EDD0E8

Text Example


Text Example

White with #EDD0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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