Shades of Hawkes Blue #D0DCFA
Tints of Hawkes Blue #D0DCFA
RGB
CMYK
RGB Variations
Color information
#D0DCFA (or 0xD0DCFA) is known color: Hawkes Blue. HEX triplet: D0, DC and FA. RGB value is (208,220,250). Sum of RGB (Red+Green+Blue) = 208+220+250=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0DCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DCFA is #2F2305. Grayscale: #DBDBDB. Windows color (decimal): -3089158 or 16440528. OLE color: 16440528.
HSL color Cylindrical-coordinate representation of color #D0DCFA: hue angle of 222.86º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0DCFA is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 220 | 250 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.02 |
| HSL | 222.86º | 0.81% | 0.9% | - |
| HSV(B) | 222.86º | 0.17% | 0.98% | - |
| XYZ | 68.86 | 71.5 | 100.61 | - |
| YUV | 219.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 250 | 0.17 | 0.12 | 0 | 0.02 | 222.86 | 0.81 | 0.9 |
| Hex | D0 | DC | FA | 11 | C | 0 | 2 | DF | 51 | 5A |
| Octal | 320 | 334 | 372 | 21 | 14 | 0 | 2 | 337 | 121 | 132 |
| Binary | 11010000 | 11011100 | 11111010 | 10001 | 1100 | 0 | 10 | 11011111 | 1010001 | 1011010 |
Color Harmonies of #D0DCFA
Complementary color
Monochromatic Colors of #D0DCFA
Black with #D0DCFA
Text Example
Text Example
White with #D0DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DCFA; }
p { color: rgb(208,220,250); }
H1.HeaderClassName
{
color: #D0DCFA;
}
.AnyTagClassName
{
color: #D0DCFA;
}
</style>
background-color css
<style>
a { background-color: #D0DCFA; }
a { background-color: rgb(208,220,250); }
div.DivClassName
{
background-color: #D0DCFA;
}
.BgClassName
{
background-color: #D0DCFA;
}
</style>
border-color css
<style>
span { border-color: #D0DCFA; }
span { border-color: rgb(208,220,250); }
td.TdClassName
{
border-color: #D0DCFA;
}
.TagClassName
{
border-color: #D0DCFA;
}
</style>