Shades of Hawkes Blue #D2DFFB
Tints of Hawkes Blue #D2DFFB
RGB
CMYK
RGB Variations
Color information
#D2DFFB (or 0xD2DFFB) is known color: Hawkes Blue. HEX triplet: D2, DF and FB. RGB value is (210,223,251). Sum of RGB (Red+Green+Blue) = 210+223+251=684 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.70% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DFFB is #2D2004. Grayscale: #DEDEDE. Windows color (decimal): -2957317 or 16506834. OLE color: 16506834.
HSL color Cylindrical-coordinate representation of color #D2DFFB: hue angle of 220.98º 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 #D2DFFB is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 223 | 251 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.02 |
| HSL | 220.98º | 0.84% | 0.9% | - |
| HSV(B) | 220.98º | 0.16% | 0.98% | - |
| XYZ | 70.38 | 73.44 | 101.73 | - |
| YUV | 222.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 251 | 0.16 | 0.11 | 0 | 0.02 | 220.98 | 0.84 | 0.9 |
| Hex | D2 | DF | FB | 10 | B | 0 | 2 | DD | 54 | 5A |
| Octal | 322 | 337 | 373 | 20 | 13 | 0 | 2 | 335 | 124 | 132 |
| Binary | 11010010 | 11011111 | 11111011 | 10000 | 1011 | 0 | 10 | 11011101 | 1010100 | 1011010 |
Color Harmonies of #D2DFFB
Complementary color
Monochromatic Colors of #D2DFFB
Black with #D2DFFB
Text Example
Text Example
White with #D2DFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DFFB; }
p { color: rgb(210,223,251); }
H1.HeaderClassName
{
color: #D2DFFB;
}
.AnyTagClassName
{
color: #D2DFFB;
}
</style>
background-color css
<style>
a { background-color: #D2DFFB; }
a { background-color: rgb(210,223,251); }
div.DivClassName
{
background-color: #D2DFFB;
}
.BgClassName
{
background-color: #D2DFFB;
}
</style>
border-color css
<style>
span { border-color: #D2DFFB; }
span { border-color: rgb(210,223,251); }
td.TdClassName
{
border-color: #D2DFFB;
}
.TagClassName
{
border-color: #D2DFFB;
}
</style>