Shades of Hawkes Blue #D2DAED
Tints of Hawkes Blue #D2DAED
RGB
CMYK
RGB Variations
Color information
#D2DAED (or 0xD2DAED) is known color: Hawkes Blue. HEX triplet: D2, DA and ED. RGB value is (210,218,237). Sum of RGB (Red+Green+Blue) = 210+218+237=665 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.58% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAED is #2D2512. Grayscale: #D9D9D9. Windows color (decimal): -2958611 or 15588050. OLE color: 15588050.
HSL color Cylindrical-coordinate representation of color #D2DAED: hue angle of 222.22º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2DAED is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 210 | 218 | 237 | - |
CMYK | 0.11 | 0.08 | 0 | 0.07 |
HSL | 222.22º | 0.43% | 0.88% | - |
HSV(B) | 222.22º | 0.11% | 0.93% | - |
XYZ | 66.94 | 69.96 | 90.1 | - |
YUV | 217.77 | 138.85 | 122.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 218 | 237 | 0.11 | 0.08 | 0 | 0.07 | 222.22 | 0.43 | 0.88 |
Hex | D2 | DA | ED | B | 8 | 0 | 7 | DE | 2B | 58 |
Octal | 322 | 332 | 355 | 13 | 10 | 0 | 7 | 336 | 53 | 130 |
Binary | 11010010 | 11011010 | 11101101 | 1011 | 1000 | 0 | 111 | 11011110 | 101011 | 1011000 |
Color Harmonies of #D2DAED
Complementary color
Monochromatic Colors of #D2DAED
Black with #D2DAED
Text Example
Text Example
White with #D2DAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAED; }
p { color: rgb(210,218,237); }
H1.HeaderClassName
{
color: #D2DAED;
}
.AnyTagClassName
{
color: #D2DAED;
}
</style>
background-color css
<style>
a { background-color: #D2DAED; }
a { background-color: rgb(210,218,237); }
div.DivClassName
{
background-color: #D2DAED;
}
.BgClassName
{
background-color: #D2DAED;
}
</style>
border-color css
<style>
span { border-color: #D2DAED; }
span { border-color: rgb(210,218,237); }
td.TdClassName
{
border-color: #D2DAED;
}
.TagClassName
{
border-color: #D2DAED;
}
</style>