Shades of Snuff #EDCCF2
Tints of Snuff #EDCCF2
RGB
CMYK
RGB Variations
Color information
#EDCCF2 (or 0xEDCCF2) is known color: Snuff. HEX triplet: ED, CC and F2. RGB value is (237,204,242). Sum of RGB (Red+Green+Blue) = 237+204+242=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDCCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCF2 is #12330D. Grayscale: #DADADA. Windows color (decimal): -1192718 or 15912173. OLE color: 15912173.
HSL color Cylindrical-coordinate representation of color #EDCCF2: hue angle of 292.11º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDCCF2 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 204 | 242 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.05 |
| HSL | 292.11º | 0.59% | 0.87% | - |
| HSV(B) | 292.11º | 0.16% | 0.95% | - |
| XYZ | 72.54 | 67.6 | 93.23 | - |
| YUV | 218.2 | 141.43 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 242 | 0.02 | 0.16 | 0 | 0.05 | 292.11 | 0.59 | 0.87 |
| Hex | ED | CC | F2 | 2 | 10 | 0 | 5 | 124 | 3B | 57 |
| Octal | 355 | 314 | 362 | 2 | 20 | 0 | 5 | 444 | 73 | 127 |
| Binary | 11101101 | 11001100 | 11110010 | 10 | 10000 | 0 | 101 | 100100100 | 111011 | 1010111 |
Color Harmonies of #EDCCF2
Complementary color
Monochromatic Colors of #EDCCF2
Black with #EDCCF2
Text Example
Text Example
White with #EDCCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCF2; }
p { color: rgb(237,204,242); }
H1.HeaderClassName
{
color: #EDCCF2;
}
.AnyTagClassName
{
color: #EDCCF2;
}
</style>
background-color css
<style>
a { background-color: #EDCCF2; }
a { background-color: rgb(237,204,242); }
div.DivClassName
{
background-color: #EDCCF2;
}
.BgClassName
{
background-color: #EDCCF2;
}
</style>
border-color css
<style>
span { border-color: #EDCCF2; }
span { border-color: rgb(237,204,242); }
td.TdClassName
{
border-color: #EDCCF2;
}
.TagClassName
{
border-color: #EDCCF2;
}
</style>