Html Css Color HEX #EDD0F0 Snuff

📋 copy color: '#EDD0F0'

red 237 ◦ green 208 ◦ blue 240

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

Shades of Snuff #EDD0F0

Tints of Snuff #EDD0F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.04%

R = 34.6%
G = 30.36%
B = 35.04%

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

#EDD0F0 (or 0xEDD0F0) is known color: Snuff. HEX triplet: ED, D0 and F0. RGB value is (237,208,240). Sum of RGB (Red+Green+Blue) = 237+208+240=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 208 (81.64% from 255 or 30.36% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDD0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0F0 is #122F0F. Grayscale: #DCDCDC. Windows color (decimal): -1191696 or 15782125. OLE color: 15782125.

HSL color Cylindrical-coordinate representation of color #EDD0F0: hue angle of 294.38º degrees, saturation: 0.52, 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 #EDD0F0 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 208 240 -
CMYK 0.01 0.13 0 0.06
HSL 294.38º 0.52% 0.88% -
HSV(B) 294.38º 0.13% 0.94% -
XYZ 73.21 69.41 91.98 -
YUV 220.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 237 208 240 0.01 0.13 0 0.06 294.38 0.52 0.88
Hex ED D0 F0 1 D 0 6 126 34 58
Octal 355 320 360 1 15 0 6 446 64 130
Binary 11101101 11010000 11110000 1 1101 0 110 100100110 110100 1011000

Color Harmonies of #EDD0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0F0

Black with #EDD0F0

Text Example


Text Example

White with #EDD0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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