Shades of Snuff #FFD1FF
Tints of Snuff #FFD1FF
RGB
CMYK
RGB Variations
Color information
#FFD1FF (or 0xFFD1FF) is known color: Snuff. HEX triplet: FF, D1 and FF. RGB value is (255,209,255). Sum of RGB (Red+Green+Blue) = 255+209+255=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 209 (82.03% from 255 or 29.07% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFD1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD1FF is #002E00. Grayscale: #E3E3E3. Windows color (decimal): -11777 or 16765439. OLE color: 16765439.
HSL color Cylindrical-coordinate representation of color #FFD1FF: hue angle of 300º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD1FF is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 255 | - |
| CMYK | 0 | 0.18 | 0 | 0 |
| HSL | 300º | 1% | 0.91% | - |
| HSV(B) | 300º | 0.18% | 1% | - |
| XYZ | 82.09 | 74.08 | 104.58 | - |
| YUV | 228 | 143.24 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 255 | 0 | 0.18 | 0 | 0 | 300 | 1 | 0.91 |
| Hex | FF | D1 | FF | 0 | 12 | 0 | 0 | 12C | 64 | 5B |
| Octal | 377 | 321 | 377 | 0 | 22 | 0 | 0 | 454 | 144 | 133 |
| Binary | 11111111 | 11010001 | 11111111 | 0 | 10010 | 0 | 0 | 100101100 | 1100100 | 1011011 |
Color Harmonies of #FFD1FF
Complementary color
Monochromatic Colors of #FFD1FF
Black with #FFD1FF
Text Example
Text Example
White with #FFD1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1FF; }
p { color: rgb(255,209,255); }
H1.HeaderClassName
{
color: #FFD1FF;
}
.AnyTagClassName
{
color: #FFD1FF;
}
</style>
background-color css
<style>
a { background-color: #FFD1FF; }
a { background-color: rgb(255,209,255); }
div.DivClassName
{
background-color: #FFD1FF;
}
.BgClassName
{
background-color: #FFD1FF;
}
</style>
border-color css
<style>
span { border-color: #FFD1FF; }
span { border-color: rgb(255,209,255); }
td.TdClassName
{
border-color: #FFD1FF;
}
.TagClassName
{
border-color: #FFD1FF;
}
</style>