Shades of Hawkes Blue #D5DAF0
Tints of Hawkes Blue #D5DAF0
RGB
CMYK
RGB Variations
Color information
#D5DAF0 (or 0xD5DAF0) is known color: Hawkes Blue. HEX triplet: D5, DA and F0. RGB value is (213,218,240). Sum of RGB (Red+Green+Blue) = 213+218+240=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 240 - color contains mainly: blue. Hex color #D5DAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAF0 is #2A250F. Grayscale: #DADADA. Windows color (decimal): -2762000 or 15784661. OLE color: 15784661.
HSL color Cylindrical-coordinate representation of color #D5DAF0: hue angle of 228.89º degrees, saturation: 0.47, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5DAF0 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 213 | 218 | 240 | - |
CMYK | 0.11 | 0.09 | 0 | 0.06 |
HSL | 228.89º | 0.47% | 0.89% | - |
HSV(B) | 228.89º | 0.11% | 0.94% | - |
XYZ | 68.24 | 70.58 | 92.46 | - |
YUV | 219.01 | 139.84 | 123.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 218 | 240 | 0.11 | 0.09 | 0 | 0.06 | 228.89 | 0.47 | 0.89 |
Hex | D5 | DA | F0 | B | 9 | 0 | 6 | E5 | 2F | 59 |
Octal | 325 | 332 | 360 | 13 | 11 | 0 | 6 | 345 | 57 | 131 |
Binary | 11010101 | 11011010 | 11110000 | 1011 | 1001 | 0 | 110 | 11100101 | 101111 | 1011001 |
Color Harmonies of #D5DAF0
Complementary color
Monochromatic Colors of #D5DAF0
Black with #D5DAF0
Text Example
Text Example
White with #D5DAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DAF0; }
p { color: rgb(213,218,240); }
H1.HeaderClassName
{
color: #D5DAF0;
}
.AnyTagClassName
{
color: #D5DAF0;
}
</style>
background-color css
<style>
a { background-color: #D5DAF0; }
a { background-color: rgb(213,218,240); }
div.DivClassName
{
background-color: #D5DAF0;
}
.BgClassName
{
background-color: #D5DAF0;
}
</style>
border-color css
<style>
span { border-color: #D5DAF0; }
span { border-color: rgb(213,218,240); }
td.TdClassName
{
border-color: #D5DAF0;
}
.TagClassName
{
border-color: #D5DAF0;
}
</style>