Shades of Hawkes Blue #D0DBFE
Tints of Hawkes Blue #D0DBFE
RGB
CMYK
RGB Variations
Color information
#D0DBFE (or 0xD0DBFE) is known color: Hawkes Blue. HEX triplet: D0, DB and FE. RGB value is (208,219,254). Sum of RGB (Red+Green+Blue) = 208+219+254=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0DBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DBFE is #2F2401. Grayscale: #DBDBDB. Windows color (decimal): -3089410 or 16702416. OLE color: 16702416.
HSL color Cylindrical-coordinate representation of color #D0DBFE: hue angle of 225.65º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0DBFE is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 219 | 254 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.00 |
| HSL | 225.65º | 0.96% | 0.91% | - |
| HSV(B) | 225.65º | 0.18% | 1% | - |
| XYZ | 69.23 | 71.23 | 103.87 | - |
| YUV | 219.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 254 | 0.18 | 0.14 | 0 | 0.00 | 225.65 | 0.96 | 0.91 |
| Hex | D0 | DB | FE | 12 | E | 0 | 0 | E2 | 60 | 5B |
| Octal | 320 | 333 | 376 | 22 | 16 | 0 | 0 | 342 | 140 | 133 |
| Binary | 11010000 | 11011011 | 11111110 | 10010 | 1110 | 0 | 0 | 11100010 | 1100000 | 1011011 |
Color Harmonies of #D0DBFE
Complementary color
Monochromatic Colors of #D0DBFE
Black with #D0DBFE
Text Example
Text Example
White with #D0DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBFE; }
p { color: rgb(208,219,254); }
H1.HeaderClassName
{
color: #D0DBFE;
}
.AnyTagClassName
{
color: #D0DBFE;
}
</style>
background-color css
<style>
a { background-color: #D0DBFE; }
a { background-color: rgb(208,219,254); }
div.DivClassName
{
background-color: #D0DBFE;
}
.BgClassName
{
background-color: #D0DBFE;
}
</style>
border-color css
<style>
span { border-color: #D0DBFE; }
span { border-color: rgb(208,219,254); }
td.TdClassName
{
border-color: #D0DBFE;
}
.TagClassName
{
border-color: #D0DBFE;
}
</style>