Shades of Hawkes Blue #D0DAE9
Tints of Hawkes Blue #D0DAE9
RGB
CMYK
RGB Variations
Color information
#D0DAE9 (or 0xD0DAE9) is known color: Hawkes Blue. HEX triplet: D0, DA and E9. RGB value is (208,218,233). Sum of RGB (Red+Green+Blue) = 208+218+233=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DAE9 is #2F2516. Grayscale: #D8D8D8. Windows color (decimal): -3089687 or 15325904. OLE color: 15325904.
HSL color Cylindrical-coordinate representation of color #D0DAE9: hue angle of 216º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0DAE9 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 208 | 218 | 233 | - |
CMYK | 0.11 | 0.06 | 0 | 0.09 |
HSL | 216º | 0.36% | 0.86% | - |
HSV(B) | 216º | 0.11% | 0.91% | - |
XYZ | 65.79 | 69.44 | 87.03 | - |
YUV | 216.72 | 137.19 | 121.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 218 | 233 | 0.11 | 0.06 | 0 | 0.09 | 216 | 0.36 | 0.86 |
Hex | D0 | DA | E9 | B | 6 | 0 | 9 | D8 | 24 | 56 |
Octal | 320 | 332 | 351 | 13 | 6 | 0 | 11 | 330 | 44 | 126 |
Binary | 11010000 | 11011010 | 11101001 | 1011 | 110 | 0 | 1001 | 11011000 | 100100 | 1010110 |
Color Harmonies of #D0DAE9
Complementary color
Monochromatic Colors of #D0DAE9
Black with #D0DAE9
Text Example
Text Example
White with #D0DAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DAE9; }
p { color: rgb(208,218,233); }
H1.HeaderClassName
{
color: #D0DAE9;
}
.AnyTagClassName
{
color: #D0DAE9;
}
</style>
background-color css
<style>
a { background-color: #D0DAE9; }
a { background-color: rgb(208,218,233); }
div.DivClassName
{
background-color: #D0DAE9;
}
.BgClassName
{
background-color: #D0DAE9;
}
</style>
border-color css
<style>
span { border-color: #D0DAE9; }
span { border-color: rgb(208,218,233); }
td.TdClassName
{
border-color: #D0DAE9;
}
.TagClassName
{
border-color: #D0DAE9;
}
</style>