Shades of Selago #FFD6FF
Tints of Selago #FFD6FF
RGB
CMYK
RGB Variations
Color information
#FFD6FF (or 0xFFD6FF) is known color: Selago. HEX triplet: FF, D6 and FF. RGB value is (255,214,255). Sum of RGB (Red+Green+Blue) = 255+214+255=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 214 (83.98% from 255 or 29.56% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFD6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD6FF is #002900. Grayscale: #E6E6E6. Windows color (decimal): -10497 or 16766719. OLE color: 16766719.
HSL color Cylindrical-coordinate representation of color #FFD6FF: 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 #FFD6FF is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 214 | 255 | - |
CMYK | 0 | 0.16 | 0 | 0 |
HSL | 300º | 1% | 0.92% | - |
HSV(B) | 300º | 0.16% | 1% | - |
XYZ | 83.34 | 76.57 | 105 | - |
YUV | 230.93 | 141.58 | 145.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 214 | 255 | 0 | 0.16 | 0 | 0 | 300 | 1 | 0.92 |
Hex | FF | D6 | FF | 0 | 10 | 0 | 0 | 12C | 64 | 5C |
Octal | 377 | 326 | 377 | 0 | 20 | 0 | 0 | 454 | 144 | 134 |
Binary | 11111111 | 11010110 | 11111111 | 0 | 10000 | 0 | 0 | 100101100 | 1100100 | 1011100 |
Color Harmonies of #FFD6FF
Complementary color
Monochromatic Colors of #FFD6FF
Black with #FFD6FF
Text Example
Text Example
White with #FFD6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6FF; }
p { color: rgb(255,214,255); }
H1.HeaderClassName
{
color: #FFD6FF;
}
.AnyTagClassName
{
color: #FFD6FF;
}
</style>
background-color css
<style>
a { background-color: #FFD6FF; }
a { background-color: rgb(255,214,255); }
div.DivClassName
{
background-color: #FFD6FF;
}
.BgClassName
{
background-color: #FFD6FF;
}
</style>
border-color css
<style>
span { border-color: #FFD6FF; }
span { border-color: rgb(255,214,255); }
td.TdClassName
{
border-color: #FFD6FF;
}
.TagClassName
{
border-color: #FFD6FF;
}
</style>