Shades of Hawkes Blue #D0DBFD
Tints of Hawkes Blue #D0DBFD
RGB
CMYK
RGB Variations
Color information
#D0DBFD (or 0xD0DBFD) is known color: Hawkes Blue. HEX triplet: D0, DB and FD. RGB value is (208,219,253). Sum of RGB (Red+Green+Blue) = 208+219+253=680 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.59% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DBFD is #2F2402. Grayscale: #DBDBDB. Windows color (decimal): -3089411 or 16636880. OLE color: 16636880.
HSL color Cylindrical-coordinate representation of color #D0DBFD: hue angle of 225.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0DBFD is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 219 | 253 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.01 |
| HSL | 225.33º | 0.92% | 0.9% | - |
| HSV(B) | 225.33º | 0.18% | 0.99% | - |
| XYZ | 69.07 | 71.16 | 103.02 | - |
| YUV | 219.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 253 | 0.18 | 0.13 | 0 | 0.01 | 225.33 | 0.92 | 0.9 |
| Hex | D0 | DB | FD | 12 | D | 0 | 1 | E1 | 5C | 5A |
| Octal | 320 | 333 | 375 | 22 | 15 | 0 | 1 | 341 | 134 | 132 |
| Binary | 11010000 | 11011011 | 11111101 | 10010 | 1101 | 0 | 1 | 11100001 | 1011100 | 1011010 |
Color Harmonies of #D0DBFD
Complementary color
Monochromatic Colors of #D0DBFD
Black with #D0DBFD
Text Example
Text Example
White with #D0DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBFD; }
p { color: rgb(208,219,253); }
H1.HeaderClassName
{
color: #D0DBFD;
}
.AnyTagClassName
{
color: #D0DBFD;
}
</style>
background-color css
<style>
a { background-color: #D0DBFD; }
a { background-color: rgb(208,219,253); }
div.DivClassName
{
background-color: #D0DBFD;
}
.BgClassName
{
background-color: #D0DBFD;
}
</style>
border-color css
<style>
span { border-color: #D0DBFD; }
span { border-color: rgb(208,219,253); }
td.TdClassName
{
border-color: #D0DBFD;
}
.TagClassName
{
border-color: #D0DBFD;
}
</style>