Shades of Hawkes Blue #D0DEFC
Tints of Hawkes Blue #D0DEFC
RGB
CMYK
RGB Variations
Color information
#D0DEFC (or 0xD0DEFC) is known color: Hawkes Blue. HEX triplet: D0, DE and FC. RGB value is (208,222,252). Sum of RGB (Red+Green+Blue) = 208+222+252=682 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.50% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DEFC is #2F2103. Grayscale: #DDDDDD. Windows color (decimal): -3088644 or 16572112. OLE color: 16572112.
HSL color Cylindrical-coordinate representation of color #D0DEFC: hue angle of 220.91º 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 #D0DEFC is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 222 | 252 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.01 |
| HSL | 220.91º | 0.88% | 0.9% | - |
| HSV(B) | 220.91º | 0.17% | 0.99% | - |
| XYZ | 69.7 | 72.68 | 102.45 | - |
| YUV | 221.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 252 | 0.17 | 0.12 | 0 | 0.01 | 220.91 | 0.88 | 0.9 |
| Hex | D0 | DE | FC | 11 | C | 0 | 1 | DD | 58 | 5A |
| Octal | 320 | 336 | 374 | 21 | 14 | 0 | 1 | 335 | 130 | 132 |
| Binary | 11010000 | 11011110 | 11111100 | 10001 | 1100 | 0 | 1 | 11011101 | 1011000 | 1011010 |
Color Harmonies of #D0DEFC
Complementary color
Monochromatic Colors of #D0DEFC
Black with #D0DEFC
Text Example
Text Example
White with #D0DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEFC; }
p { color: rgb(208,222,252); }
H1.HeaderClassName
{
color: #D0DEFC;
}
.AnyTagClassName
{
color: #D0DEFC;
}
</style>
background-color css
<style>
a { background-color: #D0DEFC; }
a { background-color: rgb(208,222,252); }
div.DivClassName
{
background-color: #D0DEFC;
}
.BgClassName
{
background-color: #D0DEFC;
}
</style>
border-color css
<style>
span { border-color: #D0DEFC; }
span { border-color: rgb(208,222,252); }
td.TdClassName
{
border-color: #D0DEFC;
}
.TagClassName
{
border-color: #D0DEFC;
}
</style>