Shades of Hawkes Blue #D2DBF0
Tints of Hawkes Blue #D2DBF0
RGB
CMYK
RGB Variations
Color information
#D2DBF0 (or 0xD2DBF0) is known color: Hawkes Blue. HEX triplet: D2, DB and F0. RGB value is (210,219,240). Sum of RGB (Red+Green+Blue) = 210+219+240=669 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.39% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 240 - color contains mainly: blue. Hex color #D2DBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DBF0 is #2D240F. Grayscale: #DADADA. Windows color (decimal): -2958352 or 15784914. OLE color: 15784914.
HSL color Cylindrical-coordinate representation of color #D2DBF0: hue angle of 222º degrees, saturation: 0.5, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2DBF0 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 219 | 240 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.06 |
| HSL | 222º | 0.5% | 0.88% | - |
| HSV(B) | 222º | 0.13% | 0.94% | - |
| XYZ | 67.64 | 70.66 | 92.51 | - |
| YUV | 218.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 219 | 240 | 0.12 | 0.09 | 0 | 0.06 | 222 | 0.5 | 0.88 |
| Hex | D2 | DB | F0 | C | 9 | 0 | 6 | DE | 32 | 58 |
| Octal | 322 | 333 | 360 | 14 | 11 | 0 | 6 | 336 | 62 | 130 |
| Binary | 11010010 | 11011011 | 11110000 | 1100 | 1001 | 0 | 110 | 11011110 | 110010 | 1011000 |
Color Harmonies of #D2DBF0
Complementary color
Monochromatic Colors of #D2DBF0
Black with #D2DBF0
Text Example
Text Example
White with #D2DBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DBF0; }
p { color: rgb(210,219,240); }
H1.HeaderClassName
{
color: #D2DBF0;
}
.AnyTagClassName
{
color: #D2DBF0;
}
</style>
background-color css
<style>
a { background-color: #D2DBF0; }
a { background-color: rgb(210,219,240); }
div.DivClassName
{
background-color: #D2DBF0;
}
.BgClassName
{
background-color: #D2DBF0;
}
</style>
border-color css
<style>
span { border-color: #D2DBF0; }
span { border-color: rgb(210,219,240); }
td.TdClassName
{
border-color: #D2DBF0;
}
.TagClassName
{
border-color: #D2DBF0;
}
</style>