Html Css Color HEX #EDD0EF Snuff

📋 copy color: '#EDD0EF'

red 237 ◦ green 208 ◦ blue 239

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

Shades of Snuff #EDD0EF

Tints of Snuff #EDD0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.94%

R = 34.65%
G = 30.41%
B = 34.94%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDD0EF (or 0xEDD0EF) is known color: Snuff. HEX triplet: ED, D0 and EF. RGB value is (237,208,239). Sum of RGB (Red+Green+Blue) = 237+208+239=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 208 (81.64% from 255 or 30.41% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDD0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0EF is #122F10. Grayscale: #DCDCDC. Windows color (decimal): -1191697 or 15716589. OLE color: 15716589.

HSL color Cylindrical-coordinate representation of color #EDD0EF: hue angle of 296.13º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDD0EF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 208 239 -
CMYK 0.01 0.13 0 0.06
HSL 296.13º 0.49% 0.88% -
HSV(B) 296.13º 0.13% 0.94% -
XYZ 73.06 69.35 91.2 -
YUV 220.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 237 208 239 0.01 0.13 0 0.06 296.13 0.49 0.88
Hex ED D0 EF 1 D 0 6 128 31 58
Octal 355 320 357 1 15 0 6 450 61 130
Binary 11101101 11010000 11101111 1 1101 0 110 100101000 110001 1011000

Color Harmonies of #EDD0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0EF

Black with #EDD0EF

Text Example


Text Example

White with #EDD0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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