Shades of Hawkes Blue #D3DDFC
Tints of Hawkes Blue #D3DDFC
RGB
CMYK
RGB Variations
Color information
#D3DDFC (or 0xD3DDFC) is known color: Hawkes Blue. HEX triplet: D3, DD and FC. RGB value is (211,221,252). Sum of RGB (Red+Green+Blue) = 211+221+252=684 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.85% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DDFC is #2C2203. Grayscale: #DDDDDD. Windows color (decimal): -2892292 or 16571859. OLE color: 16571859.
HSL color Cylindrical-coordinate representation of color #D3DDFC: hue angle of 225.37º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3DDFC is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 221 | 252 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.01 |
| HSL | 225.37º | 0.87% | 0.91% | - |
| HSV(B) | 225.37º | 0.16% | 0.99% | - |
| XYZ | 70.29 | 72.59 | 102.4 | - |
| YUV | 221.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 252 | 0.16 | 0.12 | 0 | 0.01 | 225.37 | 0.87 | 0.91 |
| Hex | D3 | DD | FC | 10 | C | 0 | 1 | E1 | 57 | 5B |
| Octal | 323 | 335 | 374 | 20 | 14 | 0 | 1 | 341 | 127 | 133 |
| Binary | 11010011 | 11011101 | 11111100 | 10000 | 1100 | 0 | 1 | 11100001 | 1010111 | 1011011 |
Color Harmonies of #D3DDFC
Complementary color
Monochromatic Colors of #D3DDFC
Black with #D3DDFC
Text Example
Text Example
White with #D3DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DDFC; }
p { color: rgb(211,221,252); }
H1.HeaderClassName
{
color: #D3DDFC;
}
.AnyTagClassName
{
color: #D3DDFC;
}
</style>
background-color css
<style>
a { background-color: #D3DDFC; }
a { background-color: rgb(211,221,252); }
div.DivClassName
{
background-color: #D3DDFC;
}
.BgClassName
{
background-color: #D3DDFC;
}
</style>
border-color css
<style>
span { border-color: #D3DDFC; }
span { border-color: rgb(211,221,252); }
td.TdClassName
{
border-color: #D3DDFC;
}
.TagClassName
{
border-color: #D3DDFC;
}
</style>