Shades of Snuff #EDC7EE
Tints of Snuff #EDC7EE
RGB
CMYK
RGB Variations
Color information
#EDC7EE (or 0xEDC7EE) is known color: Snuff. HEX triplet: ED, C7 and EE. RGB value is (237,199,238). Sum of RGB (Red+Green+Blue) = 237+199+238=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 199 (78.12% from 255 or 29.53% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDC7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC7EE is #123811. Grayscale: #D6D6D6. Windows color (decimal): -1194002 or 15648749. OLE color: 15648749.
HSL color Cylindrical-coordinate representation of color #EDC7EE: hue angle of 298.46º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC7EE is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 199 | 238 | - |
CMYK | 0.00 | 0.16 | 0 | 0.07 |
HSL | 298.46º | 0.53% | 0.86% | - |
HSV(B) | 298.46º | 0.16% | 0.93% | - |
XYZ | 70.78 | 65.02 | 89.71 | - |
YUV | 214.81 | 141.09 | 143.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 199 | 238 | 0.00 | 0.16 | 0 | 0.07 | 298.46 | 0.53 | 0.86 |
Hex | ED | C7 | EE | 0 | 10 | 0 | 7 | 12A | 35 | 56 |
Octal | 355 | 307 | 356 | 0 | 20 | 0 | 7 | 452 | 65 | 126 |
Binary | 11101101 | 11000111 | 11101110 | 0 | 10000 | 0 | 111 | 100101010 | 110101 | 1010110 |
Color Harmonies of #EDC7EE
Complementary color
Monochromatic Colors of #EDC7EE
Black with #EDC7EE
Text Example
Text Example
White with #EDC7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC7EE; }
p { color: rgb(237,199,238); }
H1.HeaderClassName
{
color: #EDC7EE;
}
.AnyTagClassName
{
color: #EDC7EE;
}
</style>
background-color css
<style>
a { background-color: #EDC7EE; }
a { background-color: rgb(237,199,238); }
div.DivClassName
{
background-color: #EDC7EE;
}
.BgClassName
{
background-color: #EDC7EE;
}
</style>
border-color css
<style>
span { border-color: #EDC7EE; }
span { border-color: rgb(237,199,238); }
td.TdClassName
{
border-color: #EDC7EE;
}
.TagClassName
{
border-color: #EDC7EE;
}
</style>