Shades of Hawkes Blue #D0DBFF
Tints of Hawkes Blue #D0DBFF
RGB
CMYK
RGB Variations
Color information
#D0DBFF (or 0xD0DBFF) is known color: Hawkes Blue. HEX triplet: D0, DB and FF. RGB value is (208,219,255). Sum of RGB (Red+Green+Blue) = 208+219+255=682 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.50% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DBFF is #2F2400. Grayscale: #DBDBDB. Windows color (decimal): -3089409 or 16767952. OLE color: 16767952.
HSL color Cylindrical-coordinate representation of color #D0DBFF: hue angle of 225.96º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0DBFF is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 219 | 255 | - |
| CMYK | 0.18 | 0.14 | 0 | 0 |
| HSL | 225.96º | 1% | 0.91% | - |
| HSV(B) | 225.96º | 0.18% | 1% | - |
| XYZ | 69.39 | 71.29 | 104.71 | - |
| YUV | 219.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 255 | 0.18 | 0.14 | 0 | 0 | 225.96 | 1 | 0.91 |
| Hex | D0 | DB | FF | 12 | E | 0 | 0 | E2 | 64 | 5B |
| Octal | 320 | 333 | 377 | 22 | 16 | 0 | 0 | 342 | 144 | 133 |
| Binary | 11010000 | 11011011 | 11111111 | 10010 | 1110 | 0 | 0 | 11100010 | 1100100 | 1011011 |
Color Harmonies of #D0DBFF
Complementary color
Monochromatic Colors of #D0DBFF
Black with #D0DBFF
Text Example
Text Example
White with #D0DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBFF; }
p { color: rgb(208,219,255); }
H1.HeaderClassName
{
color: #D0DBFF;
}
.AnyTagClassName
{
color: #D0DBFF;
}
</style>
background-color css
<style>
a { background-color: #D0DBFF; }
a { background-color: rgb(208,219,255); }
div.DivClassName
{
background-color: #D0DBFF;
}
.BgClassName
{
background-color: #D0DBFF;
}
</style>
border-color css
<style>
span { border-color: #D0DBFF; }
span { border-color: rgb(208,219,255); }
td.TdClassName
{
border-color: #D0DBFF;
}
.TagClassName
{
border-color: #D0DBFF;
}
</style>