Shades of Hawkes Blue #D5DDEC
Tints of Hawkes Blue #D5DDEC
RGB
CMYK
RGB Variations
Color information
#D5DDEC (or 0xD5DDEC) is known color: Hawkes Blue. HEX triplet: D5, DD and EC. RGB value is (213,221,236). Sum of RGB (Red+Green+Blue) = 213+221+236=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DDEC is #2A2213. Grayscale: #DCDCDC. Windows color (decimal): -2761236 or 15523285. OLE color: 15523285.
HSL color Cylindrical-coordinate representation of color #D5DDEC: hue angle of 219.13º degrees, saturation: 0.38, 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 #D5DDEC is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 221 | 236 | - |
CMYK | 0.10 | 0.06 | 0 | 0.07 |
HSL | 219.13º | 0.38% | 0.88% | - |
HSV(B) | 219.13º | 0.1% | 0.93% | - |
XYZ | 68.44 | 71.92 | 89.63 | - |
YUV | 220.32 | 136.85 | 122.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 221 | 236 | 0.10 | 0.06 | 0 | 0.07 | 219.13 | 0.38 | 0.88 |
Hex | D5 | DD | EC | A | 6 | 0 | 7 | DB | 26 | 58 |
Octal | 325 | 335 | 354 | 12 | 6 | 0 | 7 | 333 | 46 | 130 |
Binary | 11010101 | 11011101 | 11101100 | 1010 | 110 | 0 | 111 | 11011011 | 100110 | 1011000 |
Color Harmonies of #D5DDEC
Complementary color
Monochromatic Colors of #D5DDEC
Black with #D5DDEC
Text Example
Text Example
White with #D5DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDEC; }
p { color: rgb(213,221,236); }
H1.HeaderClassName
{
color: #D5DDEC;
}
.AnyTagClassName
{
color: #D5DDEC;
}
</style>
background-color css
<style>
a { background-color: #D5DDEC; }
a { background-color: rgb(213,221,236); }
div.DivClassName
{
background-color: #D5DDEC;
}
.BgClassName
{
background-color: #D5DDEC;
}
</style>
border-color css
<style>
span { border-color: #D5DDEC; }
span { border-color: rgb(213,221,236); }
td.TdClassName
{
border-color: #D5DDEC;
}
.TagClassName
{
border-color: #D5DDEC;
}
</style>