Shades of Hawkes Blue #D7DFEC
Tints of Hawkes Blue #D7DFEC
RGB
CMYK
RGB Variations
Color information
#D7DFEC (or 0xD7DFEC) is known color: Hawkes Blue. HEX triplet: D7, DF and EC. RGB value is (215,223,236). Sum of RGB (Red+Green+Blue) = 215+223+236=674 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.90% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7DFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DFEC is #282013. Grayscale: #DEDEDE. Windows color (decimal): -2629652 or 15523799. OLE color: 15523799.
HSL color Cylindrical-coordinate representation of color #D7DFEC: hue angle of 217.14º degrees, saturation: 0.36, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7DFEC is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 215 | 223 | 236 | - |
CMYK | 0.09 | 0.06 | 0 | 0.07 |
HSL | 217.14º | 0.36% | 0.88% | - |
HSV(B) | 217.14º | 0.09% | 0.93% | - |
XYZ | 69.55 | 73.28 | 89.84 | - |
YUV | 222.09 | 135.85 | 122.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 223 | 236 | 0.09 | 0.06 | 0 | 0.07 | 217.14 | 0.36 | 0.88 |
Hex | D7 | DF | EC | 9 | 6 | 0 | 7 | D9 | 24 | 58 |
Octal | 327 | 337 | 354 | 11 | 6 | 0 | 7 | 331 | 44 | 130 |
Binary | 11010111 | 11011111 | 11101100 | 1001 | 110 | 0 | 111 | 11011001 | 100100 | 1011000 |
Color Harmonies of #D7DFEC
Complementary color
Monochromatic Colors of #D7DFEC
Black with #D7DFEC
Text Example
Text Example
White with #D7DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DFEC; }
p { color: rgb(215,223,236); }
H1.HeaderClassName
{
color: #D7DFEC;
}
.AnyTagClassName
{
color: #D7DFEC;
}
</style>
background-color css
<style>
a { background-color: #D7DFEC; }
a { background-color: rgb(215,223,236); }
div.DivClassName
{
background-color: #D7DFEC;
}
.BgClassName
{
background-color: #D7DFEC;
}
</style>
border-color css
<style>
span { border-color: #D7DFEC; }
span { border-color: rgb(215,223,236); }
td.TdClassName
{
border-color: #D7DFEC;
}
.TagClassName
{
border-color: #D7DFEC;
}
</style>