Shades of Hawkes Blue #D0DBED
Tints of Hawkes Blue #D0DBED
RGB
CMYK
RGB Variations
Color information
#D0DBED (or 0xD0DBED) is known color: Hawkes Blue. HEX triplet: D0, DB and ED. RGB value is (208,219,237). Sum of RGB (Red+Green+Blue) = 208+219+237=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DBED is #2F2412. Grayscale: #D9D9D9. Windows color (decimal): -3089427 or 15588304. OLE color: 15588304.
HSL color Cylindrical-coordinate representation of color #D0DBED: hue angle of 217.24º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0DBED is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 219 | 237 | - |
CMYK | 0.12 | 0.08 | 0 | 0.07 |
HSL | 217.24º | 0.45% | 0.87% | - |
HSV(B) | 217.24º | 0.12% | 0.93% | - |
XYZ | 66.63 | 70.19 | 90.16 | - |
YUV | 217.76 | 138.86 | 121.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 219 | 237 | 0.12 | 0.08 | 0 | 0.07 | 217.24 | 0.45 | 0.87 |
Hex | D0 | DB | ED | C | 8 | 0 | 7 | D9 | 2D | 57 |
Octal | 320 | 333 | 355 | 14 | 10 | 0 | 7 | 331 | 55 | 127 |
Binary | 11010000 | 11011011 | 11101101 | 1100 | 1000 | 0 | 111 | 11011001 | 101101 | 1010111 |
Color Harmonies of #D0DBED
Complementary color
Monochromatic Colors of #D0DBED
Black with #D0DBED
Text Example
Text Example
White with #D0DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBED; }
p { color: rgb(208,219,237); }
H1.HeaderClassName
{
color: #D0DBED;
}
.AnyTagClassName
{
color: #D0DBED;
}
</style>
background-color css
<style>
a { background-color: #D0DBED; }
a { background-color: rgb(208,219,237); }
div.DivClassName
{
background-color: #D0DBED;
}
.BgClassName
{
background-color: #D0DBED;
}
</style>
border-color css
<style>
span { border-color: #D0DBED; }
span { border-color: rgb(208,219,237); }
td.TdClassName
{
border-color: #D0DBED;
}
.TagClassName
{
border-color: #D0DBED;
}
</style>