Shades of Hawkes Blue #D5DBED
Tints of Hawkes Blue #D5DBED
RGB
CMYK
RGB Variations
Color information
#D5DBED (or 0xD5DBED) is known color: Hawkes Blue. HEX triplet: D5, DB and ED. RGB value is (213,219,237). Sum of RGB (Red+Green+Blue) = 213+219+237=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DBED is #2A2412. Grayscale: #DBDBDB. Windows color (decimal): -2761747 or 15588309. OLE color: 15588309.
HSL color Cylindrical-coordinate representation of color #D5DBED: hue angle of 225º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5DBED is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 219 | 237 | - |
CMYK | 0.10 | 0.08 | 0 | 0.07 |
HSL | 225º | 0.4% | 0.88% | - |
HSV(B) | 225º | 0.1% | 0.93% | - |
XYZ | 68.06 | 70.92 | 90.22 | - |
YUV | 219.26 | 138.01 | 123.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 219 | 237 | 0.10 | 0.08 | 0 | 0.07 | 225 | 0.4 | 0.88 |
Hex | D5 | DB | ED | A | 8 | 0 | 7 | E1 | 28 | 58 |
Octal | 325 | 333 | 355 | 12 | 10 | 0 | 7 | 341 | 50 | 130 |
Binary | 11010101 | 11011011 | 11101101 | 1010 | 1000 | 0 | 111 | 11100001 | 101000 | 1011000 |
Color Harmonies of #D5DBED
Complementary color
Monochromatic Colors of #D5DBED
Black with #D5DBED
Text Example
Text Example
White with #D5DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DBED; }
p { color: rgb(213,219,237); }
H1.HeaderClassName
{
color: #D5DBED;
}
.AnyTagClassName
{
color: #D5DBED;
}
</style>
background-color css
<style>
a { background-color: #D5DBED; }
a { background-color: rgb(213,219,237); }
div.DivClassName
{
background-color: #D5DBED;
}
.BgClassName
{
background-color: #D5DBED;
}
</style>
border-color css
<style>
span { border-color: #D5DBED; }
span { border-color: rgb(213,219,237); }
td.TdClassName
{
border-color: #D5DBED;
}
.TagClassName
{
border-color: #D5DBED;
}
</style>