Shades of Hawkes Blue #D3DCFD
Tints of Hawkes Blue #D3DCFD
RGB
CMYK
RGB Variations
Color information
#D3DCFD (or 0xD3DCFD) is known color: Hawkes Blue. HEX triplet: D3, DC and FD. RGB value is (211,220,253). Sum of RGB (Red+Green+Blue) = 211+220+253=684 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.85% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DCFD is #2C2302. Grayscale: #DCDCDC. Windows color (decimal): -2892547 or 16637139. OLE color: 16637139.
HSL color Cylindrical-coordinate representation of color #D3DCFD: hue angle of 227.14º 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 #D3DCFD is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 220 | 253 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.01 |
| HSL | 227.14º | 0.91% | 0.91% | - |
| HSV(B) | 227.14º | 0.17% | 0.99% | - |
| XYZ | 70.19 | 72.13 | 103.15 | - |
| YUV | 221.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 253 | 0.17 | 0.13 | 0 | 0.01 | 227.14 | 0.91 | 0.91 |
| Hex | D3 | DC | FD | 11 | D | 0 | 1 | E3 | 5B | 5B |
| Octal | 323 | 334 | 375 | 21 | 15 | 0 | 1 | 343 | 133 | 133 |
| Binary | 11010011 | 11011100 | 11111101 | 10001 | 1101 | 0 | 1 | 11100011 | 1011011 | 1011011 |
Color Harmonies of #D3DCFD
Complementary color
Monochromatic Colors of #D3DCFD
Black with #D3DCFD
Text Example
Text Example
White with #D3DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DCFD; }
p { color: rgb(211,220,253); }
H1.HeaderClassName
{
color: #D3DCFD;
}
.AnyTagClassName
{
color: #D3DCFD;
}
</style>
background-color css
<style>
a { background-color: #D3DCFD; }
a { background-color: rgb(211,220,253); }
div.DivClassName
{
background-color: #D3DCFD;
}
.BgClassName
{
background-color: #D3DCFD;
}
</style>
border-color css
<style>
span { border-color: #D3DCFD; }
span { border-color: rgb(211,220,253); }
td.TdClassName
{
border-color: #D3DCFD;
}
.TagClassName
{
border-color: #D3DCFD;
}
</style>