Shades of Hawkes Blue #D7DBEC
Tints of Hawkes Blue #D7DBEC
RGB
CMYK
RGB Variations
Color information
#D7DBEC (or 0xD7DBEC) is known color: Hawkes Blue. HEX triplet: D7, DB and EC. RGB value is (215,219,236). Sum of RGB (Red+Green+Blue) = 215+219+236=670 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.09% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DBEC is #282413. Grayscale: #DBDBDB. Windows color (decimal): -2630676 or 15522775. OLE color: 15522775.
HSL color Cylindrical-coordinate representation of color #D7DBEC: hue angle of 228.57º 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 #D7DBEC is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 215 | 219 | 236 | - |
CMYK | 0.09 | 0.07 | 0 | 0.07 |
HSL | 228.57º | 0.36% | 0.88% | - |
HSV(B) | 228.57º | 0.09% | 0.93% | - |
XYZ | 68.5 | 71.17 | 89.48 | - |
YUV | 219.74 | 137.17 | 124.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 219 | 236 | 0.09 | 0.07 | 0 | 0.07 | 228.57 | 0.36 | 0.88 |
Hex | D7 | DB | EC | 9 | 7 | 0 | 7 | E5 | 24 | 58 |
Octal | 327 | 333 | 354 | 11 | 7 | 0 | 7 | 345 | 44 | 130 |
Binary | 11010111 | 11011011 | 11101100 | 1001 | 111 | 0 | 111 | 11100101 | 100100 | 1011000 |
Color Harmonies of #D7DBEC
Complementary color
Monochromatic Colors of #D7DBEC
Black with #D7DBEC
Text Example
Text Example
White with #D7DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBEC; }
p { color: rgb(215,219,236); }
H1.HeaderClassName
{
color: #D7DBEC;
}
.AnyTagClassName
{
color: #D7DBEC;
}
</style>
background-color css
<style>
a { background-color: #D7DBEC; }
a { background-color: rgb(215,219,236); }
div.DivClassName
{
background-color: #D7DBEC;
}
.BgClassName
{
background-color: #D7DBEC;
}
</style>
border-color css
<style>
span { border-color: #D7DBEC; }
span { border-color: rgb(215,219,236); }
td.TdClassName
{
border-color: #D7DBEC;
}
.TagClassName
{
border-color: #D7DBEC;
}
</style>