Shades of Hawkes Blue #D3DDFB
Tints of Hawkes Blue #D3DDFB
RGB
CMYK
RGB Variations
Color information
#D3DDFB (or 0xD3DDFB) is known color: Hawkes Blue. HEX triplet: D3, DD and FB. RGB value is (211,221,251). Sum of RGB (Red+Green+Blue) = 211+221+251=683 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.89% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #D3DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DDFB is #2C2204. Grayscale: #DDDDDD. Windows color (decimal): -2892293 or 16506323. OLE color: 16506323.
HSL color Cylindrical-coordinate representation of color #D3DDFB: hue angle of 225º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3DDFB is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 221 | 251 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.02 |
| HSL | 225º | 0.83% | 0.91% | - |
| HSV(B) | 225º | 0.16% | 0.98% | - |
| XYZ | 70.13 | 72.53 | 101.57 | - |
| YUV | 221.43 | 144.69 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 251 | 0.16 | 0.12 | 0 | 0.02 | 225 | 0.83 | 0.91 |
| Hex | D3 | DD | FB | 10 | C | 0 | 2 | E1 | 53 | 5B |
| Octal | 323 | 335 | 373 | 20 | 14 | 0 | 2 | 341 | 123 | 133 |
| Binary | 11010011 | 11011101 | 11111011 | 10000 | 1100 | 0 | 10 | 11100001 | 1010011 | 1011011 |
Color Harmonies of #D3DDFB
Complementary color
Monochromatic Colors of #D3DDFB
Black with #D3DDFB
Text Example
Text Example
White with #D3DDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DDFB; }
p { color: rgb(211,221,251); }
H1.HeaderClassName
{
color: #D3DDFB;
}
.AnyTagClassName
{
color: #D3DDFB;
}
</style>
background-color css
<style>
a { background-color: #D3DDFB; }
a { background-color: rgb(211,221,251); }
div.DivClassName
{
background-color: #D3DDFB;
}
.BgClassName
{
background-color: #D3DDFB;
}
</style>
border-color css
<style>
span { border-color: #D3DDFB; }
span { border-color: rgb(211,221,251); }
td.TdClassName
{
border-color: #D3DDFB;
}
.TagClassName
{
border-color: #D3DDFB;
}
</style>