Shades of Hawkes Blue #D5D9E9
Tints of Hawkes Blue #D5D9E9
RGB
CMYK
RGB Variations
Color information
#D5D9E9 (or 0xD5D9E9) is known color: Hawkes Blue. HEX triplet: D5, D9 and E9. RGB value is (213,217,233). Sum of RGB (Red+Green+Blue) = 213+217+233=663 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.13% from 663); Green value is 217 (85.16% from 255 or 32.73% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 233 - color contains mainly: blue. Hex color #D5D9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D9E9 is #2A2616. Grayscale: #D9D9D9. Windows color (decimal): -2762263 or 15325653. OLE color: 15325653.
HSL color Cylindrical-coordinate representation of color #D5D9E9: hue angle of 228º degrees, saturation: 0.31, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5D9E9 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 213 | 217 | 233 | - |
CMYK | 0.09 | 0.07 | 0 | 0.09 |
HSL | 228º | 0.31% | 0.87% | - |
HSV(B) | 228º | 0.09% | 0.91% | - |
XYZ | 66.96 | 69.66 | 87.01 | - |
YUV | 217.63 | 136.67 | 124.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 217 | 233 | 0.09 | 0.07 | 0 | 0.09 | 228 | 0.31 | 0.87 |
Hex | D5 | D9 | E9 | 9 | 7 | 0 | 9 | E4 | 1F | 57 |
Octal | 325 | 331 | 351 | 11 | 7 | 0 | 11 | 344 | 37 | 127 |
Binary | 11010101 | 11011001 | 11101001 | 1001 | 111 | 0 | 1001 | 11100100 | 11111 | 1010111 |
Color Harmonies of #D5D9E9
Complementary color
Monochromatic Colors of #D5D9E9
Black with #D5D9E9
Text Example
Text Example
White with #D5D9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D9E9; }
p { color: rgb(213,217,233); }
H1.HeaderClassName
{
color: #D5D9E9;
}
.AnyTagClassName
{
color: #D5D9E9;
}
</style>
background-color css
<style>
a { background-color: #D5D9E9; }
a { background-color: rgb(213,217,233); }
div.DivClassName
{
background-color: #D5D9E9;
}
.BgClassName
{
background-color: #D5D9E9;
}
</style>
border-color css
<style>
span { border-color: #D5D9E9; }
span { border-color: rgb(213,217,233); }
td.TdClassName
{
border-color: #D5D9E9;
}
.TagClassName
{
border-color: #D5D9E9;
}
</style>