Shades of Hawkes Blue #D0D8FC
Tints of Hawkes Blue #D0D8FC
RGB
CMYK
RGB Variations
Color information
#D0D8FC (or 0xD0D8FC) is known color: Hawkes Blue. HEX triplet: D0, D8 and FC. RGB value is (208,216,252). Sum of RGB (Red+Green+Blue) = 208+216+252=676 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.77% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0D8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D8FC is #2F2703. Grayscale: #D9D9D9. Windows color (decimal): -3090180 or 16570576. OLE color: 16570576.
HSL color Cylindrical-coordinate representation of color #D0D8FC: hue angle of 229.09º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0D8FC is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 216 | 252 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.01 |
| HSL | 229.09º | 0.88% | 0.9% | - |
| HSV(B) | 229.09º | 0.17% | 0.99% | - |
| XYZ | 68.14 | 69.55 | 101.93 | - |
| YUV | 217.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 252 | 0.17 | 0.14 | 0 | 0.01 | 229.09 | 0.88 | 0.9 |
| Hex | D0 | D8 | FC | 11 | E | 0 | 1 | E5 | 58 | 5A |
| Octal | 320 | 330 | 374 | 21 | 16 | 0 | 1 | 345 | 130 | 132 |
| Binary | 11010000 | 11011000 | 11111100 | 10001 | 1110 | 0 | 1 | 11100101 | 1011000 | 1011010 |
Color Harmonies of #D0D8FC
Complementary color
Monochromatic Colors of #D0D8FC
Black with #D0D8FC
Text Example
Text Example
White with #D0D8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D8FC; }
p { color: rgb(208,216,252); }
H1.HeaderClassName
{
color: #D0D8FC;
}
.AnyTagClassName
{
color: #D0D8FC;
}
</style>
background-color css
<style>
a { background-color: #D0D8FC; }
a { background-color: rgb(208,216,252); }
div.DivClassName
{
background-color: #D0D8FC;
}
.BgClassName
{
background-color: #D0D8FC;
}
</style>
border-color css
<style>
span { border-color: #D0D8FC; }
span { border-color: rgb(208,216,252); }
td.TdClassName
{
border-color: #D0D8FC;
}
.TagClassName
{
border-color: #D0D8FC;
}
</style>