Shades of Hawkes Blue #D2DBFD
Tints of Hawkes Blue #D2DBFD
RGB
CMYK
RGB Variations
Color information
#D2DBFD (or 0xD2DBFD) is known color: Hawkes Blue. HEX triplet: D2, DB and FD. RGB value is (210,219,253). Sum of RGB (Red+Green+Blue) = 210+219+253=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DBFD is #2D2402. Grayscale: #DCDCDC. Windows color (decimal): -2958339 or 16636882. OLE color: 16636882.
HSL color Cylindrical-coordinate representation of color #D2DBFD: hue angle of 227.44º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2DBFD is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 219 | 253 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.01 |
| HSL | 227.44º | 0.91% | 0.91% | - |
| HSV(B) | 227.44º | 0.17% | 0.99% | - |
| XYZ | 69.64 | 71.46 | 103.05 | - |
| YUV | 220.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 253 | 0.17 | 0.13 | 0 | 0.01 | 227.44 | 0.91 | 0.91 |
| Hex | D2 | DB | FD | 11 | D | 0 | 1 | E3 | 5B | 5B |
| Octal | 322 | 333 | 375 | 21 | 15 | 0 | 1 | 343 | 133 | 133 |
| Binary | 11010010 | 11011011 | 11111101 | 10001 | 1101 | 0 | 1 | 11100011 | 1011011 | 1011011 |
Color Harmonies of #D2DBFD
Complementary color
Monochromatic Colors of #D2DBFD
Black with #D2DBFD
Text Example
Text Example
White with #D2DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DBFD; }
p { color: rgb(210,219,253); }
H1.HeaderClassName
{
color: #D2DBFD;
}
.AnyTagClassName
{
color: #D2DBFD;
}
</style>
background-color css
<style>
a { background-color: #D2DBFD; }
a { background-color: rgb(210,219,253); }
div.DivClassName
{
background-color: #D2DBFD;
}
.BgClassName
{
background-color: #D2DBFD;
}
</style>
border-color css
<style>
span { border-color: #D2DBFD; }
span { border-color: rgb(210,219,253); }
td.TdClassName
{
border-color: #D2DBFD;
}
.TagClassName
{
border-color: #D2DBFD;
}
</style>