Shades of Selago #FFD5FF
Tints of Selago #FFD5FF
RGB
CMYK
RGB Variations
Color information
#FFD5FF (or 0xFFD5FF) is known color: Selago. HEX triplet: FF, D5 and FF. RGB value is (255,213,255). Sum of RGB (Red+Green+Blue) = 255+213+255=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 213 (83.59% from 255 or 29.46% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFD5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD5FF is #002A00. Grayscale: #E6E6E6. Windows color (decimal): -10753 or 16766463. OLE color: 16766463.
HSL color Cylindrical-coordinate representation of color #FFD5FF: 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 #FFD5FF is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 255 | - |
| CMYK | 0 | 0.16 | 0 | 0 |
| HSL | 300º | 1% | 0.92% | - |
| HSV(B) | 300º | 0.16% | 1% | - |
| XYZ | 83.08 | 76.07 | 104.91 | - |
| YUV | 230.35 | 141.91 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 255 | 0 | 0.16 | 0 | 0 | 300 | 1 | 0.92 |
| Hex | FF | D5 | FF | 0 | 10 | 0 | 0 | 12C | 64 | 5C |
| Octal | 377 | 325 | 377 | 0 | 20 | 0 | 0 | 454 | 144 | 134 |
| Binary | 11111111 | 11010101 | 11111111 | 0 | 10000 | 0 | 0 | 100101100 | 1100100 | 1011100 |
Color Harmonies of #FFD5FF
Complementary color
Monochromatic Colors of #FFD5FF
Black with #FFD5FF
Text Example
Text Example
White with #FFD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD5FF; }
p { color: rgb(255,213,255); }
H1.HeaderClassName
{
color: #FFD5FF;
}
.AnyTagClassName
{
color: #FFD5FF;
}
</style>
background-color css
<style>
a { background-color: #FFD5FF; }
a { background-color: rgb(255,213,255); }
div.DivClassName
{
background-color: #FFD5FF;
}
.BgClassName
{
background-color: #FFD5FF;
}
</style>
border-color css
<style>
span { border-color: #FFD5FF; }
span { border-color: rgb(255,213,255); }
td.TdClassName
{
border-color: #FFD5FF;
}
.TagClassName
{
border-color: #FFD5FF;
}
</style>