Shades of Selago #FFD7FD
Tints of Selago #FFD7FD
RGB
CMYK
RGB Variations
Color information
#FFD7FD (or 0xFFD7FD) is known color: Selago. HEX triplet: FF, D7 and FD. RGB value is (255,215,253). Sum of RGB (Red+Green+Blue) = 255+215+253=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 215 (84.38% from 255 or 29.74% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD7FD is #002802. Grayscale: #E7E7E7. Windows color (decimal): -10243 or 16635903. OLE color: 16635903.
HSL color Cylindrical-coordinate representation of color #FFD7FD: hue angle of 303º 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 #FFD7FD is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 253 | - |
| CMYK | 0 | 0.16 | 0.01 | 0 |
| HSL | 303º | 1% | 0.92% | - |
| HSV(B) | 303º | 0.16% | 1% | - |
| XYZ | 83.27 | 76.95 | 103.39 | - |
| YUV | 231.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 253 | 0 | 0.16 | 0.01 | 0 | 303 | 1 | 0.92 |
| Hex | FF | D7 | FD | 0 | 10 | 1 | 0 | 12F | 64 | 5C |
| Octal | 377 | 327 | 375 | 0 | 20 | 1 | 0 | 457 | 144 | 134 |
| Binary | 11111111 | 11010111 | 11111101 | 0 | 10000 | 1 | 0 | 100101111 | 1100100 | 1011100 |
Color Harmonies of #FFD7FD
Complementary color
Monochromatic Colors of #FFD7FD
Black with #FFD7FD
Text Example
Text Example
White with #FFD7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7FD; }
p { color: rgb(255,215,253); }
H1.HeaderClassName
{
color: #FFD7FD;
}
.AnyTagClassName
{
color: #FFD7FD;
}
</style>
background-color css
<style>
a { background-color: #FFD7FD; }
a { background-color: rgb(255,215,253); }
div.DivClassName
{
background-color: #FFD7FD;
}
.BgClassName
{
background-color: #FFD7FD;
}
</style>
border-color css
<style>
span { border-color: #FFD7FD; }
span { border-color: rgb(255,215,253); }
td.TdClassName
{
border-color: #FFD7FD;
}
.TagClassName
{
border-color: #FFD7FD;
}
</style>