Shades of Hawkes Blue #D1DAEC
Tints of Hawkes Blue #D1DAEC
RGB
CMYK
RGB Variations
Color information
#D1DAEC (or 0xD1DAEC) is known color: Hawkes Blue. HEX triplet: D1, DA and EC. RGB value is (209,218,236). Sum of RGB (Red+Green+Blue) = 209+218+236=663 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.52% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DAEC is #2E2513. Grayscale: #D9D9D9. Windows color (decimal): -3024148 or 15522513. OLE color: 15522513.
HSL color Cylindrical-coordinate representation of color #D1DAEC: hue angle of 220º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1DAEC is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 218 | 236 | - |
CMYK | 0.11 | 0.08 | 0 | 0.07 |
HSL | 220º | 0.42% | 0.87% | - |
HSV(B) | 220º | 0.11% | 0.93% | - |
XYZ | 66.51 | 69.75 | 89.32 | - |
YUV | 217.36 | 138.52 | 122.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 218 | 236 | 0.11 | 0.08 | 0 | 0.07 | 220 | 0.42 | 0.87 |
Hex | D1 | DA | EC | B | 8 | 0 | 7 | DC | 2A | 57 |
Octal | 321 | 332 | 354 | 13 | 10 | 0 | 7 | 334 | 52 | 127 |
Binary | 11010001 | 11011010 | 11101100 | 1011 | 1000 | 0 | 111 | 11011100 | 101010 | 1010111 |
Color Harmonies of #D1DAEC
Complementary color
Monochromatic Colors of #D1DAEC
Black with #D1DAEC
Text Example
Text Example
White with #D1DAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DAEC; }
p { color: rgb(209,218,236); }
H1.HeaderClassName
{
color: #D1DAEC;
}
.AnyTagClassName
{
color: #D1DAEC;
}
</style>
background-color css
<style>
a { background-color: #D1DAEC; }
a { background-color: rgb(209,218,236); }
div.DivClassName
{
background-color: #D1DAEC;
}
.BgClassName
{
background-color: #D1DAEC;
}
</style>
border-color css
<style>
span { border-color: #D1DAEC; }
span { border-color: rgb(209,218,236); }
td.TdClassName
{
border-color: #D1DAEC;
}
.TagClassName
{
border-color: #D1DAEC;
}
</style>