Shades of Hawkes Blue #D2DCFE
Tints of Hawkes Blue #D2DCFE
RGB
CMYK
RGB Variations
Color information
#D2DCFE (or 0xD2DCFE) is known color: Hawkes Blue. HEX triplet: D2, DC and FE. RGB value is (210,220,254). Sum of RGB (Red+Green+Blue) = 210+220+254=684 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.70% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCFE is #2D2301. Grayscale: #DCDCDC. Windows color (decimal): -2958082 or 16702674. OLE color: 16702674.
HSL color Cylindrical-coordinate representation of color #D2DCFE: hue angle of 226.36º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2DCFE is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 220 | 254 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.00 |
| HSL | 226.36º | 0.96% | 0.91% | - |
| HSV(B) | 226.36º | 0.17% | 1% | - |
| XYZ | 70.06 | 72.04 | 103.98 | - |
| YUV | 220.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 254 | 0.17 | 0.13 | 0 | 0.00 | 226.36 | 0.96 | 0.91 |
| Hex | D2 | DC | FE | 11 | D | 0 | 0 | E2 | 60 | 5B |
| Octal | 322 | 334 | 376 | 21 | 15 | 0 | 0 | 342 | 140 | 133 |
| Binary | 11010010 | 11011100 | 11111110 | 10001 | 1101 | 0 | 0 | 11100010 | 1100000 | 1011011 |
Color Harmonies of #D2DCFE
Complementary color
Monochromatic Colors of #D2DCFE
Black with #D2DCFE
Text Example
Text Example
White with #D2DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCFE; }
p { color: rgb(210,220,254); }
H1.HeaderClassName
{
color: #D2DCFE;
}
.AnyTagClassName
{
color: #D2DCFE;
}
</style>
background-color css
<style>
a { background-color: #D2DCFE; }
a { background-color: rgb(210,220,254); }
div.DivClassName
{
background-color: #D2DCFE;
}
.BgClassName
{
background-color: #D2DCFE;
}
</style>
border-color css
<style>
span { border-color: #D2DCFE; }
span { border-color: rgb(210,220,254); }
td.TdClassName
{
border-color: #D2DCFE;
}
.TagClassName
{
border-color: #D2DCFE;
}
</style>