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