Shades of Hawkes Blue #D3DFFC
Tints of Hawkes Blue #D3DFFC
RGB
CMYK
RGB Variations
Color information
#D3DFFC (or 0xD3DFFC) is known color: Hawkes Blue. HEX triplet: D3, DF and FC. RGB value is (211,223,252). Sum of RGB (Red+Green+Blue) = 211+223+252=686 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.76% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3DFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DFFC is #2C2003. Grayscale: #DEDEDE. Windows color (decimal): -2891780 or 16572371. OLE color: 16572371.
HSL color Cylindrical-coordinate representation of color #D3DFFC: hue angle of 222.44º 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 #D3DFFC is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 223 | 252 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.01 |
| HSL | 222.44º | 0.87% | 0.91% | - |
| HSV(B) | 222.44º | 0.16% | 0.99% | - |
| XYZ | 70.82 | 73.65 | 102.58 | - |
| YUV | 222.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 252 | 0.16 | 0.12 | 0 | 0.01 | 222.44 | 0.87 | 0.91 |
| Hex | D3 | DF | FC | 10 | C | 0 | 1 | DE | 57 | 5B |
| Octal | 323 | 337 | 374 | 20 | 14 | 0 | 1 | 336 | 127 | 133 |
| Binary | 11010011 | 11011111 | 11111100 | 10000 | 1100 | 0 | 1 | 11011110 | 1010111 | 1011011 |
Color Harmonies of #D3DFFC
Complementary color
Monochromatic Colors of #D3DFFC
Black with #D3DFFC
Text Example
Text Example
White with #D3DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFFC; }
p { color: rgb(211,223,252); }
H1.HeaderClassName
{
color: #D3DFFC;
}
.AnyTagClassName
{
color: #D3DFFC;
}
</style>
background-color css
<style>
a { background-color: #D3DFFC; }
a { background-color: rgb(211,223,252); }
div.DivClassName
{
background-color: #D3DFFC;
}
.BgClassName
{
background-color: #D3DFFC;
}
</style>
border-color css
<style>
span { border-color: #D3DFFC; }
span { border-color: rgb(211,223,252); }
td.TdClassName
{
border-color: #D3DFFC;
}
.TagClassName
{
border-color: #D3DFFC;
}
</style>