Shades of Hawkes Blue #D2DBFB
Tints of Hawkes Blue #D2DBFB
RGB
CMYK
RGB Variations
Color information
#D2DBFB (or 0xD2DBFB) is known color: Hawkes Blue. HEX triplet: D2, DB and FB. RGB value is (210,219,251). Sum of RGB (Red+Green+Blue) = 210+219+251=680 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.88% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2DBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DBFB is #2D2404. Grayscale: #DBDBDB. Windows color (decimal): -2958341 or 16505810. OLE color: 16505810.
HSL color Cylindrical-coordinate representation of color #D2DBFB: hue angle of 226.83º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2DBFB is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 219 | 251 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.02 |
| HSL | 226.83º | 0.84% | 0.9% | - |
| HSV(B) | 226.83º | 0.16% | 0.98% | - |
| XYZ | 69.32 | 71.33 | 101.38 | - |
| YUV | 219.96 | 145.52 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 251 | 0.16 | 0.13 | 0 | 0.02 | 226.83 | 0.84 | 0.9 |
| Hex | D2 | DB | FB | 10 | D | 0 | 2 | E3 | 54 | 5A |
| Octal | 322 | 333 | 373 | 20 | 15 | 0 | 2 | 343 | 124 | 132 |
| Binary | 11010010 | 11011011 | 11111011 | 10000 | 1101 | 0 | 10 | 11100011 | 1010100 | 1011010 |
Color Harmonies of #D2DBFB
Complementary color
Monochromatic Colors of #D2DBFB
Black with #D2DBFB
Text Example
Text Example
White with #D2DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DBFB; }
p { color: rgb(210,219,251); }
H1.HeaderClassName
{
color: #D2DBFB;
}
.AnyTagClassName
{
color: #D2DBFB;
}
</style>
background-color css
<style>
a { background-color: #D2DBFB; }
a { background-color: rgb(210,219,251); }
div.DivClassName
{
background-color: #D2DBFB;
}
.BgClassName
{
background-color: #D2DBFB;
}
</style>
border-color css
<style>
span { border-color: #D2DBFB; }
span { border-color: rgb(210,219,251); }
td.TdClassName
{
border-color: #D2DBFB;
}
.TagClassName
{
border-color: #D2DBFB;
}
</style>