Shades of Hawkes Blue #D5DFED
Tints of Hawkes Blue #D5DFED
RGB
CMYK
RGB Variations
Color information
#D5DFED (or 0xD5DFED) is known color: Hawkes Blue. HEX triplet: D5, DF and ED. RGB value is (213,223,237). Sum of RGB (Red+Green+Blue) = 213+223+237=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DFED is #2A2012. Grayscale: #DDDDDD. Windows color (decimal): -2760723 or 15589333. OLE color: 15589333.
HSL color Cylindrical-coordinate representation of color #D5DFED: hue angle of 215º 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 #D5DFED is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 223 | 237 | - |
CMYK | 0.10 | 0.06 | 0 | 0.07 |
HSL | 215º | 0.4% | 0.88% | - |
HSV(B) | 215º | 0.1% | 0.93% | - |
XYZ | 69.11 | 73.04 | 90.58 | - |
YUV | 221.61 | 136.69 | 121.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 223 | 237 | 0.10 | 0.06 | 0 | 0.07 | 215 | 0.4 | 0.88 |
Hex | D5 | DF | ED | A | 6 | 0 | 7 | D7 | 28 | 58 |
Octal | 325 | 337 | 355 | 12 | 6 | 0 | 7 | 327 | 50 | 130 |
Binary | 11010101 | 11011111 | 11101101 | 1010 | 110 | 0 | 111 | 11010111 | 101000 | 1011000 |
Color Harmonies of #D5DFED
Complementary color
Monochromatic Colors of #D5DFED
Black with #D5DFED
Text Example
Text Example
White with #D5DFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DFED; }
p { color: rgb(213,223,237); }
H1.HeaderClassName
{
color: #D5DFED;
}
.AnyTagClassName
{
color: #D5DFED;
}
</style>
background-color css
<style>
a { background-color: #D5DFED; }
a { background-color: rgb(213,223,237); }
div.DivClassName
{
background-color: #D5DFED;
}
.BgClassName
{
background-color: #D5DFED;
}
</style>
border-color css
<style>
span { border-color: #D5DFED; }
span { border-color: rgb(213,223,237); }
td.TdClassName
{
border-color: #D5DFED;
}
.TagClassName
{
border-color: #D5DFED;
}
</style>