Shades of Hawkes Blue #D0DFFC
Tints of Hawkes Blue #D0DFFC
RGB
CMYK
RGB Variations
Color information
#D0DFFC (or 0xD0DFFC) is known color: Hawkes Blue. HEX triplet: D0, DF and FC. RGB value is (208,223,252). Sum of RGB (Red+Green+Blue) = 208+223+252=683 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.45% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0DFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DFFC is #2F2003. Grayscale: #DDDDDD. Windows color (decimal): -3088388 or 16572368. OLE color: 16572368.
HSL color Cylindrical-coordinate representation of color #D0DFFC: hue angle of 219.55º 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 #D0DFFC is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 223 | 252 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.01 |
| HSL | 219.55º | 0.88% | 0.9% | - |
| HSV(B) | 219.55º | 0.17% | 0.99% | - |
| XYZ | 69.97 | 73.21 | 102.54 | - |
| YUV | 221.82 | 145.03 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 252 | 0.17 | 0.12 | 0 | 0.01 | 219.55 | 0.88 | 0.9 |
| Hex | D0 | DF | FC | 11 | C | 0 | 1 | DC | 58 | 5A |
| Octal | 320 | 337 | 374 | 21 | 14 | 0 | 1 | 334 | 130 | 132 |
| Binary | 11010000 | 11011111 | 11111100 | 10001 | 1100 | 0 | 1 | 11011100 | 1011000 | 1011010 |
Color Harmonies of #D0DFFC
Complementary color
Monochromatic Colors of #D0DFFC
Black with #D0DFFC
Text Example
Text Example
White with #D0DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFFC; }
p { color: rgb(208,223,252); }
H1.HeaderClassName
{
color: #D0DFFC;
}
.AnyTagClassName
{
color: #D0DFFC;
}
</style>
background-color css
<style>
a { background-color: #D0DFFC; }
a { background-color: rgb(208,223,252); }
div.DivClassName
{
background-color: #D0DFFC;
}
.BgClassName
{
background-color: #D0DFFC;
}
</style>
border-color css
<style>
span { border-color: #D0DFFC; }
span { border-color: rgb(208,223,252); }
td.TdClassName
{
border-color: #D0DFFC;
}
.TagClassName
{
border-color: #D0DFFC;
}
</style>