Shades of Selago #FFD8FF
Tints of Selago #FFD8FF
RGB
CMYK
RGB Variations
Color information
#FFD8FF (or 0xFFD8FF) is known color: Selago. HEX triplet: FF, D8 and FF. RGB value is (255,216,255). Sum of RGB (Red+Green+Blue) = 255+216+255=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 216 (84.77% from 255 or 29.75% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFD8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD8FF is #002700. Grayscale: #E7E7E7. Windows color (decimal): -9985 or 16767231. OLE color: 16767231.
HSL color Cylindrical-coordinate representation of color #FFD8FF: hue angle of 300º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD8FF is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 255 | - |
| CMYK | 0 | 0.15 | 0 | 0 |
| HSL | 300º | 1% | 0.92% | - |
| HSV(B) | 300º | 0.15% | 1% | - |
| XYZ | 83.85 | 77.59 | 105.17 | - |
| YUV | 232.11 | 140.92 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 255 | 0 | 0.15 | 0 | 0 | 300 | 1 | 0.92 |
| Hex | FF | D8 | FF | 0 | F | 0 | 0 | 12C | 64 | 5C |
| Octal | 377 | 330 | 377 | 0 | 17 | 0 | 0 | 454 | 144 | 134 |
| Binary | 11111111 | 11011000 | 11111111 | 0 | 1111 | 0 | 0 | 100101100 | 1100100 | 1011100 |
Color Harmonies of #FFD8FF
Complementary color
Monochromatic Colors of #FFD8FF
Black with #FFD8FF
Text Example
Text Example
White with #FFD8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8FF; }
p { color: rgb(255,216,255); }
H1.HeaderClassName
{
color: #FFD8FF;
}
.AnyTagClassName
{
color: #FFD8FF;
}
</style>
background-color css
<style>
a { background-color: #FFD8FF; }
a { background-color: rgb(255,216,255); }
div.DivClassName
{
background-color: #FFD8FF;
}
.BgClassName
{
background-color: #FFD8FF;
}
</style>
border-color css
<style>
span { border-color: #FFD8FF; }
span { border-color: rgb(255,216,255); }
td.TdClassName
{
border-color: #FFD8FF;
}
.TagClassName
{
border-color: #FFD8FF;
}
</style>