Shades of Hawkes Blue #D5DAEB
Tints of Hawkes Blue #D5DAEB
RGB
CMYK
RGB Variations
Color information
#D5DAEB (or 0xD5DAEB) is known color: Hawkes Blue. HEX triplet: D5, DA and EB. RGB value is (213,218,235). Sum of RGB (Red+Green+Blue) = 213+218+235=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DAEB is #2A2514. Grayscale: #DADADA. Windows color (decimal): -2762005 or 15456981. OLE color: 15456981.
HSL color Cylindrical-coordinate representation of color #D5DAEB: hue angle of 226.36º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5DAEB is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 213 | 218 | 235 | - |
CMYK | 0.09 | 0.07 | 0 | 0.08 |
HSL | 226.36º | 0.35% | 0.88% | - |
HSV(B) | 226.36º | 0.09% | 0.92% | - |
XYZ | 67.51 | 70.29 | 88.61 | - |
YUV | 218.44 | 137.34 | 124.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 218 | 235 | 0.09 | 0.07 | 0 | 0.08 | 226.36 | 0.35 | 0.88 |
Hex | D5 | DA | EB | 9 | 7 | 0 | 8 | E2 | 23 | 58 |
Octal | 325 | 332 | 353 | 11 | 7 | 0 | 10 | 342 | 43 | 130 |
Binary | 11010101 | 11011010 | 11101011 | 1001 | 111 | 0 | 1000 | 11100010 | 100011 | 1011000 |
Color Harmonies of #D5DAEB
Complementary color
Monochromatic Colors of #D5DAEB
Black with #D5DAEB
Text Example
Text Example
White with #D5DAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DAEB; }
p { color: rgb(213,218,235); }
H1.HeaderClassName
{
color: #D5DAEB;
}
.AnyTagClassName
{
color: #D5DAEB;
}
</style>
background-color css
<style>
a { background-color: #D5DAEB; }
a { background-color: rgb(213,218,235); }
div.DivClassName
{
background-color: #D5DAEB;
}
.BgClassName
{
background-color: #D5DAEB;
}
</style>
border-color css
<style>
span { border-color: #D5DAEB; }
span { border-color: rgb(213,218,235); }
td.TdClassName
{
border-color: #D5DAEB;
}
.TagClassName
{
border-color: #D5DAEB;
}
</style>