Shades of Hawkes Blue #D5DFEC
Tints of Hawkes Blue #D5DFEC
RGB
CMYK
RGB Variations
Color information
#D5DFEC (or 0xD5DFEC) is known color: Hawkes Blue. HEX triplet: D5, DF and EC. RGB value is (213,223,236). Sum of RGB (Red+Green+Blue) = 213+223+236=672 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.70% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DFEC is #2A2013. Grayscale: #DDDDDD. Windows color (decimal): -2760724 or 15523797. OLE color: 15523797.
HSL color Cylindrical-coordinate representation of color #D5DFEC: hue angle of 213.91º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5DFEC is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 223 | 236 | - |
CMYK | 0.10 | 0.06 | 0 | 0.07 |
HSL | 213.91º | 0.38% | 0.88% | - |
HSV(B) | 213.91º | 0.1% | 0.93% | - |
XYZ | 68.97 | 72.98 | 89.81 | - |
YUV | 221.49 | 136.19 | 121.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 223 | 236 | 0.10 | 0.06 | 0 | 0.07 | 213.91 | 0.38 | 0.88 |
Hex | D5 | DF | EC | A | 6 | 0 | 7 | D6 | 26 | 58 |
Octal | 325 | 337 | 354 | 12 | 6 | 0 | 7 | 326 | 46 | 130 |
Binary | 11010101 | 11011111 | 11101100 | 1010 | 110 | 0 | 111 | 11010110 | 100110 | 1011000 |
Color Harmonies of #D5DFEC
Complementary color
Monochromatic Colors of #D5DFEC
Black with #D5DFEC
Text Example
Text Example
White with #D5DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DFEC; }
p { color: rgb(213,223,236); }
H1.HeaderClassName
{
color: #D5DFEC;
}
.AnyTagClassName
{
color: #D5DFEC;
}
</style>
background-color css
<style>
a { background-color: #D5DFEC; }
a { background-color: rgb(213,223,236); }
div.DivClassName
{
background-color: #D5DFEC;
}
.BgClassName
{
background-color: #D5DFEC;
}
</style>
border-color css
<style>
span { border-color: #D5DFEC; }
span { border-color: rgb(213,223,236); }
td.TdClassName
{
border-color: #D5DFEC;
}
.TagClassName
{
border-color: #D5DFEC;
}
</style>