Shades of Hawkes Blue #D2DCFD
Tints of Hawkes Blue #D2DCFD
RGB
CMYK
RGB Variations
Color information
#D2DCFD (or 0xD2DCFD) is known color: Hawkes Blue. HEX triplet: D2, DC and FD. RGB value is (210,220,253). Sum of RGB (Red+Green+Blue) = 210+220+253=683 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.75% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCFD is #2D2302. Grayscale: #DCDCDC. Windows color (decimal): -2958083 or 16637138. OLE color: 16637138.
HSL color Cylindrical-coordinate representation of color #D2DCFD: hue angle of 226.05º 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 #D2DCFD is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 220 | 253 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.01 |
| HSL | 226.05º | 0.91% | 0.91% | - |
| HSV(B) | 226.05º | 0.17% | 0.99% | - |
| XYZ | 69.9 | 71.98 | 103.14 | - |
| YUV | 220.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 253 | 0.17 | 0.13 | 0 | 0.01 | 226.05 | 0.91 | 0.91 |
| Hex | D2 | DC | FD | 11 | D | 0 | 1 | E2 | 5B | 5B |
| Octal | 322 | 334 | 375 | 21 | 15 | 0 | 1 | 342 | 133 | 133 |
| Binary | 11010010 | 11011100 | 11111101 | 10001 | 1101 | 0 | 1 | 11100010 | 1011011 | 1011011 |
Color Harmonies of #D2DCFD
Complementary color
Monochromatic Colors of #D2DCFD
Black with #D2DCFD
Text Example
Text Example
White with #D2DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCFD; }
p { color: rgb(210,220,253); }
H1.HeaderClassName
{
color: #D2DCFD;
}
.AnyTagClassName
{
color: #D2DCFD;
}
</style>
background-color css
<style>
a { background-color: #D2DCFD; }
a { background-color: rgb(210,220,253); }
div.DivClassName
{
background-color: #D2DCFD;
}
.BgClassName
{
background-color: #D2DCFD;
}
</style>
border-color css
<style>
span { border-color: #D2DCFD; }
span { border-color: rgb(210,220,253); }
td.TdClassName
{
border-color: #D2DCFD;
}
.TagClassName
{
border-color: #D2DCFD;
}
</style>