Shades of Snuff #EDCFF2
Tints of Snuff #EDCFF2
RGB
CMYK
RGB Variations
Color information
#EDCFF2 (or 0xEDCFF2) is known color: Snuff. HEX triplet: ED, CF and F2. RGB value is (237,207,242). Sum of RGB (Red+Green+Blue) = 237+207+242=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDCFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFF2 is #12300D. Grayscale: #DBDBDB. Windows color (decimal): -1191950 or 15912941. OLE color: 15912941.
HSL color Cylindrical-coordinate representation of color #EDCFF2: hue angle of 291.43º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCFF2 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 207 | 242 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.05 |
| HSL | 291.43º | 0.57% | 0.88% | - |
| HSV(B) | 291.43º | 0.14% | 0.95% | - |
| XYZ | 73.26 | 69.04 | 93.47 | - |
| YUV | 219.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 207 | 242 | 0.02 | 0.14 | 0 | 0.05 | 291.43 | 0.57 | 0.88 |
| Hex | ED | CF | F2 | 2 | E | 0 | 5 | 123 | 39 | 58 |
| Octal | 355 | 317 | 362 | 2 | 16 | 0 | 5 | 443 | 71 | 130 |
| Binary | 11101101 | 11001111 | 11110010 | 10 | 1110 | 0 | 101 | 100100011 | 111001 | 1011000 |
Color Harmonies of #EDCFF2
Complementary color
Monochromatic Colors of #EDCFF2
Black with #EDCFF2
Text Example
Text Example
White with #EDCFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCFF2; }
p { color: rgb(237,207,242); }
H1.HeaderClassName
{
color: #EDCFF2;
}
.AnyTagClassName
{
color: #EDCFF2;
}
</style>
background-color css
<style>
a { background-color: #EDCFF2; }
a { background-color: rgb(237,207,242); }
div.DivClassName
{
background-color: #EDCFF2;
}
.BgClassName
{
background-color: #EDCFF2;
}
</style>
border-color css
<style>
span { border-color: #EDCFF2; }
span { border-color: rgb(237,207,242); }
td.TdClassName
{
border-color: #EDCFF2;
}
.TagClassName
{
border-color: #EDCFF2;
}
</style>