Shades of Hawkes Blue #D5DADF
Tints of Hawkes Blue #D5DADF
RGB
CMYK
RGB Variations
Color information
#D5DADF (or 0xD5DADF) is known color: Hawkes Blue. HEX triplet: D5, DA and DF. RGB value is (213,218,223). Sum of RGB (Red+Green+Blue) = 213+218+223=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DADF is #2A2520. Grayscale: #D9D9D9. Windows color (decimal): -2762017 or 14670549. OLE color: 14670549.
HSL color Cylindrical-coordinate representation of color #D5DADF: hue angle of 210º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5DADF is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 213 | 218 | 223 | - |
CMYK | 0.04 | 0.02 | 0 | 0.13 |
HSL | 210º | 0.14% | 0.85% | - |
HSV(B) | 210º | 0.04% | 0.87% | - |
XYZ | 65.83 | 69.62 | 79.78 | - |
YUV | 217.08 | 131.34 | 125.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 218 | 223 | 0.04 | 0.02 | 0 | 0.13 | 210 | 0.14 | 0.85 |
Hex | D5 | DA | DF | 4 | 2 | 0 | D | D2 | E | 55 |
Octal | 325 | 332 | 337 | 4 | 2 | 0 | 15 | 322 | 16 | 125 |
Binary | 11010101 | 11011010 | 11011111 | 100 | 10 | 0 | 1101 | 11010010 | 1110 | 1010101 |
Color Harmonies of #D5DADF
Complementary color
Monochromatic Colors of #D5DADF
Black with #D5DADF
Text Example
Text Example
White with #D5DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DADF; }
p { color: rgb(213,218,223); }
H1.HeaderClassName
{
color: #D5DADF;
}
.AnyTagClassName
{
color: #D5DADF;
}
</style>
background-color css
<style>
a { background-color: #D5DADF; }
a { background-color: rgb(213,218,223); }
div.DivClassName
{
background-color: #D5DADF;
}
.BgClassName
{
background-color: #D5DADF;
}
</style>
border-color css
<style>
span { border-color: #D5DADF; }
span { border-color: rgb(213,218,223); }
td.TdClassName
{
border-color: #D5DADF;
}
.TagClassName
{
border-color: #D5DADF;
}
</style>