Shades of Selago #FFD7FF
Tints of Selago #FFD7FF
RGB
CMYK
RGB Variations
Color information
#FFD7FF (or 0xFFD7FF) is known color: Selago. HEX triplet: FF, D7 and FF. RGB value is (255,215,255). Sum of RGB (Red+Green+Blue) = 255+215+255=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 215 (84.38% from 255 or 29.66% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFD7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD7FF is #002800. Grayscale: #E7E7E7. Windows color (decimal): -10241 or 16766975. OLE color: 16766975.
HSL color Cylindrical-coordinate representation of color #FFD7FF: hue angle of 300º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD7FF is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 255 | - |
| CMYK | 0 | 0.16 | 0 | 0 |
| HSL | 300º | 1% | 0.92% | - |
| HSV(B) | 300º | 0.16% | 1% | - |
| XYZ | 83.59 | 77.08 | 105.08 | - |
| YUV | 231.52 | 141.25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 255 | 0 | 0.16 | 0 | 0 | 300 | 1 | 0.92 |
| Hex | FF | D7 | FF | 0 | 10 | 0 | 0 | 12C | 64 | 5C |
| Octal | 377 | 327 | 377 | 0 | 20 | 0 | 0 | 454 | 144 | 134 |
| Binary | 11111111 | 11010111 | 11111111 | 0 | 10000 | 0 | 0 | 100101100 | 1100100 | 1011100 |
Color Harmonies of #FFD7FF
Complementary color
Monochromatic Colors of #FFD7FF
Black with #FFD7FF
Text Example
Text Example
White with #FFD7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7FF; }
p { color: rgb(255,215,255); }
H1.HeaderClassName
{
color: #FFD7FF;
}
.AnyTagClassName
{
color: #FFD7FF;
}
</style>
background-color css
<style>
a { background-color: #FFD7FF; }
a { background-color: rgb(255,215,255); }
div.DivClassName
{
background-color: #FFD7FF;
}
.BgClassName
{
background-color: #FFD7FF;
}
</style>
border-color css
<style>
span { border-color: #FFD7FF; }
span { border-color: rgb(255,215,255); }
td.TdClassName
{
border-color: #FFD7FF;
}
.TagClassName
{
border-color: #FFD7FF;
}
</style>