Shades of Hawkes Blue #D7DDF0
Tints of Hawkes Blue #D7DDF0
RGB
CMYK
RGB Variations
Color information
#D7DDF0 (or 0xD7DDF0) is known color: Hawkes Blue. HEX triplet: D7, DD and F0. RGB value is (215,221,240). Sum of RGB (Red+Green+Blue) = 215+221+240=676 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.80% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7DDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DDF0 is #28220F. Grayscale: #DDDDDD. Windows color (decimal): -2630160 or 15785431. OLE color: 15785431.
HSL color Cylindrical-coordinate representation of color #D7DDF0: hue angle of 225.6º 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 #D7DDF0 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 215 | 221 | 240 | - |
CMYK | 0.10 | 0.08 | 0 | 0.06 |
HSL | 225.6º | 0.45% | 0.89% | - |
HSV(B) | 225.6º | 0.1% | 0.94% | - |
XYZ | 69.61 | 72.45 | 92.75 | - |
YUV | 221.37 | 138.51 | 123.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 221 | 240 | 0.10 | 0.08 | 0 | 0.06 | 225.6 | 0.45 | 0.89 |
Hex | D7 | DD | F0 | A | 8 | 0 | 6 | E2 | 2D | 59 |
Octal | 327 | 335 | 360 | 12 | 10 | 0 | 6 | 342 | 55 | 131 |
Binary | 11010111 | 11011101 | 11110000 | 1010 | 1000 | 0 | 110 | 11100010 | 101101 | 1011001 |
Color Harmonies of #D7DDF0
Complementary color
Monochromatic Colors of #D7DDF0
Black with #D7DDF0
Text Example
Text Example
White with #D7DDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DDF0; }
p { color: rgb(215,221,240); }
H1.HeaderClassName
{
color: #D7DDF0;
}
.AnyTagClassName
{
color: #D7DDF0;
}
</style>
background-color css
<style>
a { background-color: #D7DDF0; }
a { background-color: rgb(215,221,240); }
div.DivClassName
{
background-color: #D7DDF0;
}
.BgClassName
{
background-color: #D7DDF0;
}
</style>
border-color css
<style>
span { border-color: #D7DDF0; }
span { border-color: rgb(215,221,240); }
td.TdClassName
{
border-color: #D7DDF0;
}
.TagClassName
{
border-color: #D7DDF0;
}
</style>