Shades of Hawkes Blue #D3DDFA
Tints of Hawkes Blue #D3DDFA
RGB
CMYK
RGB Variations
Color information
#D3DDFA (or 0xD3DDFA) is known color: Hawkes Blue. HEX triplet: D3, DD and FA. RGB value is (211,221,250). Sum of RGB (Red+Green+Blue) = 211+221+250=682 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.94% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3DDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DDFA is #2C2205. Grayscale: #DDDDDD. Windows color (decimal): -2892294 or 16440787. OLE color: 16440787.
HSL color Cylindrical-coordinate representation of color #D3DDFA: hue angle of 224.62º degrees, saturation: 0.8, 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 #D3DDFA is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 221 | 250 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.02 |
| HSL | 224.62º | 0.8% | 0.9% | - |
| HSV(B) | 224.62º | 0.16% | 0.98% | - |
| XYZ | 69.98 | 72.46 | 100.74 | - |
| YUV | 221.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 250 | 0.16 | 0.12 | 0 | 0.02 | 224.62 | 0.8 | 0.9 |
| Hex | D3 | DD | FA | 10 | C | 0 | 2 | E1 | 50 | 5A |
| Octal | 323 | 335 | 372 | 20 | 14 | 0 | 2 | 341 | 120 | 132 |
| Binary | 11010011 | 11011101 | 11111010 | 10000 | 1100 | 0 | 10 | 11100001 | 1010000 | 1011010 |
Color Harmonies of #D3DDFA
Complementary color
Monochromatic Colors of #D3DDFA
Black with #D3DDFA
Text Example
Text Example
White with #D3DDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DDFA; }
p { color: rgb(211,221,250); }
H1.HeaderClassName
{
color: #D3DDFA;
}
.AnyTagClassName
{
color: #D3DDFA;
}
</style>
background-color css
<style>
a { background-color: #D3DDFA; }
a { background-color: rgb(211,221,250); }
div.DivClassName
{
background-color: #D3DDFA;
}
.BgClassName
{
background-color: #D3DDFA;
}
</style>
border-color css
<style>
span { border-color: #D3DDFA; }
span { border-color: rgb(211,221,250); }
td.TdClassName
{
border-color: #D3DDFA;
}
.TagClassName
{
border-color: #D3DDFA;
}
</style>