Html Css Color HEX #EDD0E9 Snuff

📋 copy color: '#EDD0E9'

red 237 ◦ green 208 ◦ blue 233

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

Shades of Snuff #EDD0E9

Tints of Snuff #EDD0E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.37%

R = 34.96%
G = 30.68%
B = 34.37%

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

#EDD0E9 (or 0xEDD0E9) is known color: Snuff. HEX triplet: ED, D0 and E9. RGB value is (237,208,233). Sum of RGB (Red+Green+Blue) = 237+208+233=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 233 (91.41% from 255 or 34.37% from 678); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0E9 is #122F16. Grayscale: #DBDBDB. Windows color (decimal): -1191703 or 15323373. OLE color: 15323373.

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

Color convert

RGB 237 208 233 -
CMYK 0 0.12 0.02 0.07
HSL 308.28º 0.45% 0.87% -
HSV(B) 308.28º 0.12% 0.93% -
XYZ 72.19 69 86.6 -
YUV 219.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 237 208 233 0 0.12 0.02 0.07 308.28 0.45 0.87
Hex ED D0 E9 0 C 2 7 134 2D 57
Octal 355 320 351 0 14 2 7 464 55 127
Binary 11101101 11010000 11101001 0 1100 10 111 100110100 101101 1010111

Color Harmonies of #EDD0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0E9

Black with #EDD0E9

Text Example


Text Example

White with #EDD0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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