Shades of Hawkes Blue #D2DCFB
Tints of Hawkes Blue #D2DCFB
RGB
CMYK
RGB Variations
Color information
#D2DCFB (or 0xD2DCFB) is known color: Hawkes Blue. HEX triplet: D2, DC and FB. RGB value is (210,220,251). Sum of RGB (Red+Green+Blue) = 210+220+251=681 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.84% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2DCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCFB is #2D2304. Grayscale: #DCDCDC. Windows color (decimal): -2958085 or 16506066. OLE color: 16506066.
HSL color Cylindrical-coordinate representation of color #D2DCFB: hue angle of 225.37º 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 #D2DCFB is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 220 | 251 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.02 |
| HSL | 225.37º | 0.84% | 0.9% | - |
| HSV(B) | 225.37º | 0.16% | 0.98% | - |
| XYZ | 69.58 | 71.85 | 101.47 | - |
| YUV | 220.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 251 | 0.16 | 0.12 | 0 | 0.02 | 225.37 | 0.84 | 0.9 |
| Hex | D2 | DC | FB | 10 | C | 0 | 2 | E1 | 54 | 5A |
| Octal | 322 | 334 | 373 | 20 | 14 | 0 | 2 | 341 | 124 | 132 |
| Binary | 11010010 | 11011100 | 11111011 | 10000 | 1100 | 0 | 10 | 11100001 | 1010100 | 1011010 |
Color Harmonies of #D2DCFB
Complementary color
Monochromatic Colors of #D2DCFB
Black with #D2DCFB
Text Example
Text Example
White with #D2DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCFB; }
p { color: rgb(210,220,251); }
H1.HeaderClassName
{
color: #D2DCFB;
}
.AnyTagClassName
{
color: #D2DCFB;
}
</style>
background-color css
<style>
a { background-color: #D2DCFB; }
a { background-color: rgb(210,220,251); }
div.DivClassName
{
background-color: #D2DCFB;
}
.BgClassName
{
background-color: #D2DCFB;
}
</style>
border-color css
<style>
span { border-color: #D2DCFB; }
span { border-color: rgb(210,220,251); }
td.TdClassName
{
border-color: #D2DCFB;
}
.TagClassName
{
border-color: #D2DCFB;
}
</style>