Shades of Hawkes Blue #D2DAFD
Tints of Hawkes Blue #D2DAFD
RGB
CMYK
RGB Variations
Color information
#D2DAFD (or 0xD2DAFD) is known color: Hawkes Blue. HEX triplet: D2, DA and FD. RGB value is (210,218,253). Sum of RGB (Red+Green+Blue) = 210+218+253=681 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.84% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAFD is #2D2502. Grayscale: #DBDBDB. Windows color (decimal): -2958595 or 16636626. OLE color: 16636626.
HSL color Cylindrical-coordinate representation of color #D2DAFD: hue angle of 228.84º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2DAFD is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 218 | 253 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.01 |
| HSL | 228.84º | 0.91% | 0.91% | - |
| HSV(B) | 228.84º | 0.17% | 0.99% | - |
| XYZ | 69.38 | 70.94 | 102.96 | - |
| YUV | 219.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 253 | 0.17 | 0.14 | 0 | 0.01 | 228.84 | 0.91 | 0.91 |
| Hex | D2 | DA | FD | 11 | E | 0 | 1 | E5 | 5B | 5B |
| Octal | 322 | 332 | 375 | 21 | 16 | 0 | 1 | 345 | 133 | 133 |
| Binary | 11010010 | 11011010 | 11111101 | 10001 | 1110 | 0 | 1 | 11100101 | 1011011 | 1011011 |
Color Harmonies of #D2DAFD
Complementary color
Monochromatic Colors of #D2DAFD
Black with #D2DAFD
Text Example
Text Example
White with #D2DAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAFD; }
p { color: rgb(210,218,253); }
H1.HeaderClassName
{
color: #D2DAFD;
}
.AnyTagClassName
{
color: #D2DAFD;
}
</style>
background-color css
<style>
a { background-color: #D2DAFD; }
a { background-color: rgb(210,218,253); }
div.DivClassName
{
background-color: #D2DAFD;
}
.BgClassName
{
background-color: #D2DAFD;
}
</style>
border-color css
<style>
span { border-color: #D2DAFD; }
span { border-color: rgb(210,218,253); }
td.TdClassName
{
border-color: #D2DAFD;
}
.TagClassName
{
border-color: #D2DAFD;
}
</style>