Shades of Hawkes Blue #D0DBF3
Tints of Hawkes Blue #D0DBF3
RGB
CMYK
RGB Variations
Color information
#D0DBF3 (or 0xD0DBF3) is known color: Hawkes Blue. HEX triplet: D0, DB and F3. RGB value is (208,219,243). Sum of RGB (Red+Green+Blue) = 208+219+243=670 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.04% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 243 - color contains mainly: blue. Hex color #D0DBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DBF3 is #2F240C. Grayscale: #DADADA. Windows color (decimal): -3089421 or 15981520. OLE color: 15981520.
HSL color Cylindrical-coordinate representation of color #D0DBF3: hue angle of 221.14º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0DBF3 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 219 | 243 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.05 |
| HSL | 221.14º | 0.59% | 0.88% | - |
| HSV(B) | 221.14º | 0.14% | 0.95% | - |
| XYZ | 67.52 | 70.54 | 94.85 | - |
| YUV | 218.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 243 | 0.14 | 0.10 | 0 | 0.05 | 221.14 | 0.59 | 0.88 |
| Hex | D0 | DB | F3 | E | A | 0 | 5 | DD | 3B | 58 |
| Octal | 320 | 333 | 363 | 16 | 12 | 0 | 5 | 335 | 73 | 130 |
| Binary | 11010000 | 11011011 | 11110011 | 1110 | 1010 | 0 | 101 | 11011101 | 111011 | 1011000 |
Color Harmonies of #D0DBF3
Complementary color
Monochromatic Colors of #D0DBF3
Black with #D0DBF3
Text Example
Text Example
White with #D0DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBF3; }
p { color: rgb(208,219,243); }
H1.HeaderClassName
{
color: #D0DBF3;
}
.AnyTagClassName
{
color: #D0DBF3;
}
</style>
background-color css
<style>
a { background-color: #D0DBF3; }
a { background-color: rgb(208,219,243); }
div.DivClassName
{
background-color: #D0DBF3;
}
.BgClassName
{
background-color: #D0DBF3;
}
</style>
border-color css
<style>
span { border-color: #D0DBF3; }
span { border-color: rgb(208,219,243); }
td.TdClassName
{
border-color: #D0DBF3;
}
.TagClassName
{
border-color: #D0DBF3;
}
</style>