Shades of Hawkes Blue #D1DFFC
Tints of Hawkes Blue #D1DFFC
RGB
CMYK
RGB Variations
Color information
#D1DFFC (or 0xD1DFFC) is known color: Hawkes Blue. HEX triplet: D1, DF and FC. RGB value is (209,223,252). Sum of RGB (Red+Green+Blue) = 209+223+252=684 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.56% from 684); Green value is 223 (87.5% from 255 or 32.60% 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 #D1DFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DFFC is #2E2003. Grayscale: #DDDDDD. Windows color (decimal): -3022852 or 16572369. OLE color: 16572369.
HSL color Cylindrical-coordinate representation of color #D1DFFC: hue angle of 220.47º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1DFFC is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 209 | 223 | 252 | - |
CMYK | 0.17 | 0.12 | 0 | 0.01 |
HSL | 220.47º | 0.88% | 0.9% | - |
HSV(B) | 220.47º | 0.17% | 0.99% | - |
XYZ | 70.25 | 73.36 | 102.55 | - |
YUV | 222.12 | 144.86 | 118.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 223 | 252 | 0.17 | 0.12 | 0 | 0.01 | 220.47 | 0.88 | 0.9 |
Hex | D1 | DF | FC | 11 | C | 0 | 1 | DC | 58 | 5A |
Octal | 321 | 337 | 374 | 21 | 14 | 0 | 1 | 334 | 130 | 132 |
Binary | 11010001 | 11011111 | 11111100 | 10001 | 1100 | 0 | 1 | 11011100 | 1011000 | 1011010 |
Color Harmonies of #D1DFFC
Complementary color
Monochromatic Colors of #D1DFFC
Black with #D1DFFC
Text Example
Text Example
White with #D1DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DFFC; }
p { color: rgb(209,223,252); }
H1.HeaderClassName
{
color: #D1DFFC;
}
.AnyTagClassName
{
color: #D1DFFC;
}
</style>
background-color css
<style>
a { background-color: #D1DFFC; }
a { background-color: rgb(209,223,252); }
div.DivClassName
{
background-color: #D1DFFC;
}
.BgClassName
{
background-color: #D1DFFC;
}
</style>
border-color css
<style>
span { border-color: #D1DFFC; }
span { border-color: rgb(209,223,252); }
td.TdClassName
{
border-color: #D1DFFC;
}
.TagClassName
{
border-color: #D1DFFC;
}
</style>