Shades of Snuff #EDCCE7
Tints of Snuff #EDCCE7
RGB
CMYK
RGB Variations
Color information
#EDCCE7 (or 0xEDCCE7) is known color: Snuff. HEX triplet: ED, CC and E7. RGB value is (237,204,231). Sum of RGB (Red+Green+Blue) = 237+204+231=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCE7 is #123318. Grayscale: #D8D8D8. Windows color (decimal): -1192729 or 15191277. OLE color: 15191277.
HSL color Cylindrical-coordinate representation of color #EDCCE7: hue angle of 310.91º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCCE7 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 204 | 231 | - |
CMYK | 0 | 0.14 | 0.03 | 0.07 |
HSL | 310.91º | 0.48% | 0.86% | - |
HSV(B) | 310.91º | 0.14% | 0.93% | - |
XYZ | 70.94 | 66.96 | 84.79 | - |
YUV | 216.95 | 135.93 | 142.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 204 | 231 | 0 | 0.14 | 0.03 | 0.07 | 310.91 | 0.48 | 0.86 |
Hex | ED | CC | E7 | 0 | E | 3 | 7 | 137 | 30 | 56 |
Octal | 355 | 314 | 347 | 0 | 16 | 3 | 7 | 467 | 60 | 126 |
Binary | 11101101 | 11001100 | 11100111 | 0 | 1110 | 11 | 111 | 100110111 | 110000 | 1010110 |
Color Harmonies of #EDCCE7
Complementary color
Monochromatic Colors of #EDCCE7
Black with #EDCCE7
Text Example
Text Example
White with #EDCCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCE7; }
p { color: rgb(237,204,231); }
H1.HeaderClassName
{
color: #EDCCE7;
}
.AnyTagClassName
{
color: #EDCCE7;
}
</style>
background-color css
<style>
a { background-color: #EDCCE7; }
a { background-color: rgb(237,204,231); }
div.DivClassName
{
background-color: #EDCCE7;
}
.BgClassName
{
background-color: #EDCCE7;
}
</style>
border-color css
<style>
span { border-color: #EDCCE7; }
span { border-color: rgb(237,204,231); }
td.TdClassName
{
border-color: #EDCCE7;
}
.TagClassName
{
border-color: #EDCCE7;
}
</style>