Shades of Selago #FFDBFF
Tints of Selago #FFDBFF
RGB
CMYK
RGB Variations
Color information
#FFDBFF (or 0xFFDBFF) is known color: Selago. HEX triplet: FF, DB and FF. RGB value is (255,219,255). Sum of RGB (Red+Green+Blue) = 255+219+255=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 219 (85.94% from 255 or 30.04% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFDBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBFF is #002400. Grayscale: #E9E9E9. Windows color (decimal): -9217 or 16767999. OLE color: 16767999.
HSL color Cylindrical-coordinate representation of color #FFDBFF: hue angle of 300º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDBFF is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 255 | - |
| CMYK | 0 | 0.14 | 0 | 0 |
| HSL | 300º | 1% | 0.93% | - |
| HSV(B) | 300º | 0.14% | 1% | - |
| XYZ | 84.62 | 79.14 | 105.42 | - |
| YUV | 233.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 255 | 0 | 0.14 | 0 | 0 | 300 | 1 | 0.93 |
| Hex | FF | DB | FF | 0 | E | 0 | 0 | 12C | 64 | 5D |
| Octal | 377 | 333 | 377 | 0 | 16 | 0 | 0 | 454 | 144 | 135 |
| Binary | 11111111 | 11011011 | 11111111 | 0 | 1110 | 0 | 0 | 100101100 | 1100100 | 1011101 |
Color Harmonies of #FFDBFF
Complementary color
Monochromatic Colors of #FFDBFF
Black with #FFDBFF
Text Example
Text Example
White with #FFDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBFF; }
p { color: rgb(255,219,255); }
H1.HeaderClassName
{
color: #FFDBFF;
}
.AnyTagClassName
{
color: #FFDBFF;
}
</style>
background-color css
<style>
a { background-color: #FFDBFF; }
a { background-color: rgb(255,219,255); }
div.DivClassName
{
background-color: #FFDBFF;
}
.BgClassName
{
background-color: #FFDBFF;
}
</style>
border-color css
<style>
span { border-color: #FFDBFF; }
span { border-color: rgb(255,219,255); }
td.TdClassName
{
border-color: #FFDBFF;
}
.TagClassName
{
border-color: #FFDBFF;
}
</style>