Shades of Hawkes Blue #D7DBF0
Tints of Hawkes Blue #D7DBF0
RGB
CMYK
RGB Variations
Color information
#D7DBF0 (or 0xD7DBF0) is known color: Hawkes Blue. HEX triplet: D7, DB and F0. RGB value is (215,219,240). Sum of RGB (Red+Green+Blue) = 215+219+240=674 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.90% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 240 (94.14% from 255 or 35.61% from 674); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7DBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DBF0 is #28240F. Grayscale: #DCDCDC. Windows color (decimal): -2630672 or 15784919. OLE color: 15784919.
HSL color Cylindrical-coordinate representation of color #D7DBF0: hue angle of 230.4º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7DBF0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 215 | 219 | 240 | - |
CMYK | 0.10 | 0.09 | 0 | 0.06 |
HSL | 230.4º | 0.45% | 0.89% | - |
HSV(B) | 230.4º | 0.1% | 0.94% | - |
XYZ | 69.08 | 71.4 | 92.58 | - |
YUV | 220.2 | 139.17 | 124.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 219 | 240 | 0.10 | 0.09 | 0 | 0.06 | 230.4 | 0.45 | 0.89 |
Hex | D7 | DB | F0 | A | 9 | 0 | 6 | E6 | 2D | 59 |
Octal | 327 | 333 | 360 | 12 | 11 | 0 | 6 | 346 | 55 | 131 |
Binary | 11010111 | 11011011 | 11110000 | 1010 | 1001 | 0 | 110 | 11100110 | 101101 | 1011001 |
Color Harmonies of #D7DBF0
Complementary color
Monochromatic Colors of #D7DBF0
Black with #D7DBF0
Text Example
Text Example
White with #D7DBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBF0; }
p { color: rgb(215,219,240); }
H1.HeaderClassName
{
color: #D7DBF0;
}
.AnyTagClassName
{
color: #D7DBF0;
}
</style>
background-color css
<style>
a { background-color: #D7DBF0; }
a { background-color: rgb(215,219,240); }
div.DivClassName
{
background-color: #D7DBF0;
}
.BgClassName
{
background-color: #D7DBF0;
}
</style>
border-color css
<style>
span { border-color: #D7DBF0; }
span { border-color: rgb(215,219,240); }
td.TdClassName
{
border-color: #D7DBF0;
}
.TagClassName
{
border-color: #D7DBF0;
}
</style>