Shades of Hawkes Blue #D0DFF3
Tints of Hawkes Blue #D0DFF3
RGB
CMYK
RGB Variations
Color information
#D0DFF3 (or 0xD0DFF3) is known color: Hawkes Blue. HEX triplet: D0, DF and F3. RGB value is (208,223,243). Sum of RGB (Red+Green+Blue) = 208+223+243=674 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.86% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 243 - color contains mainly: blue. Hex color #D0DFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DFF3 is #2F200C. Grayscale: #DCDCDC. Windows color (decimal): -3088397 or 15982544. OLE color: 15982544.
HSL color Cylindrical-coordinate representation of color #D0DFF3: hue angle of 214.29º 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 #D0DFF3 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 223 | 243 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.05 |
| HSL | 214.29º | 0.59% | 0.88% | - |
| HSV(B) | 214.29º | 0.14% | 0.95% | - |
| XYZ | 68.58 | 72.66 | 95.2 | - |
| YUV | 220.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 243 | 0.14 | 0.08 | 0 | 0.05 | 214.29 | 0.59 | 0.88 |
| Hex | D0 | DF | F3 | E | 8 | 0 | 5 | D6 | 3B | 58 |
| Octal | 320 | 337 | 363 | 16 | 10 | 0 | 5 | 326 | 73 | 130 |
| Binary | 11010000 | 11011111 | 11110011 | 1110 | 1000 | 0 | 101 | 11010110 | 111011 | 1011000 |
Color Harmonies of #D0DFF3
Complementary color
Monochromatic Colors of #D0DFF3
Black with #D0DFF3
Text Example
Text Example
White with #D0DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFF3; }
p { color: rgb(208,223,243); }
H1.HeaderClassName
{
color: #D0DFF3;
}
.AnyTagClassName
{
color: #D0DFF3;
}
</style>
background-color css
<style>
a { background-color: #D0DFF3; }
a { background-color: rgb(208,223,243); }
div.DivClassName
{
background-color: #D0DFF3;
}
.BgClassName
{
background-color: #D0DFF3;
}
</style>
border-color css
<style>
span { border-color: #D0DFF3; }
span { border-color: rgb(208,223,243); }
td.TdClassName
{
border-color: #D0DFF3;
}
.TagClassName
{
border-color: #D0DFF3;
}
</style>