Shades of Selago #FFD3FF
Tints of Selago #FFD3FF
RGB
CMYK
RGB Variations
Color information
#FFD3FF (or 0xFFD3FF) is known color: Selago. HEX triplet: FF, D3 and FF. RGB value is (255,211,255). Sum of RGB (Red+Green+Blue) = 255+211+255=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 211 (82.81% from 255 or 29.26% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFD3FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD3FF is #002C00. Grayscale: #E5E5E5. Windows color (decimal): -11265 or 16765951. OLE color: 16765951.
HSL color Cylindrical-coordinate representation of color #FFD3FF: hue angle of 300º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD3FF is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 255 | - |
| CMYK | 0 | 0.17 | 0 | 0 |
| HSL | 300º | 1% | 0.91% | - |
| HSV(B) | 300º | 0.17% | 1% | - |
| XYZ | 82.58 | 75.07 | 104.74 | - |
| YUV | 229.17 | 142.58 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 255 | 0 | 0.17 | 0 | 0 | 300 | 1 | 0.91 |
| Hex | FF | D3 | FF | 0 | 11 | 0 | 0 | 12C | 64 | 5B |
| Octal | 377 | 323 | 377 | 0 | 21 | 0 | 0 | 454 | 144 | 133 |
| Binary | 11111111 | 11010011 | 11111111 | 0 | 10001 | 0 | 0 | 100101100 | 1100100 | 1011011 |
Color Harmonies of #FFD3FF
Complementary color
Monochromatic Colors of #FFD3FF
Black with #FFD3FF
Text Example
Text Example
White with #FFD3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3FF; }
p { color: rgb(255,211,255); }
H1.HeaderClassName
{
color: #FFD3FF;
}
.AnyTagClassName
{
color: #FFD3FF;
}
</style>
background-color css
<style>
a { background-color: #FFD3FF; }
a { background-color: rgb(255,211,255); }
div.DivClassName
{
background-color: #FFD3FF;
}
.BgClassName
{
background-color: #FFD3FF;
}
</style>
border-color css
<style>
span { border-color: #FFD3FF; }
span { border-color: rgb(255,211,255); }
td.TdClassName
{
border-color: #FFD3FF;
}
.TagClassName
{
border-color: #FFD3FF;
}
</style>