Shades of Hawkes Blue #D0DDFE
Tints of Hawkes Blue #D0DDFE
RGB
CMYK
RGB Variations
Color information
#D0DDFE (or 0xD0DDFE) is known color: Hawkes Blue. HEX triplet: D0, DD and FE. RGB value is (208,221,254). Sum of RGB (Red+Green+Blue) = 208+221+254=683 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.45% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DDFE is #2F2201. Grayscale: #DCDCDC. Windows color (decimal): -3088898 or 16702928. OLE color: 16702928.
HSL color Cylindrical-coordinate representation of color #D0DDFE: hue angle of 223.04º 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 #D0DDFE is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 221 | 254 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.00 |
| HSL | 223.04º | 0.96% | 0.91% | - |
| HSV(B) | 223.04º | 0.18% | 1% | - |
| XYZ | 69.76 | 72.28 | 104.04 | - |
| YUV | 220.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 254 | 0.18 | 0.13 | 0 | 0.00 | 223.04 | 0.96 | 0.91 |
| Hex | D0 | DD | FE | 12 | D | 0 | 0 | DF | 60 | 5B |
| Octal | 320 | 335 | 376 | 22 | 15 | 0 | 0 | 337 | 140 | 133 |
| Binary | 11010000 | 11011101 | 11111110 | 10010 | 1101 | 0 | 0 | 11011111 | 1100000 | 1011011 |
Color Harmonies of #D0DDFE
Complementary color
Monochromatic Colors of #D0DDFE
Black with #D0DDFE
Text Example
Text Example
White with #D0DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDFE; }
p { color: rgb(208,221,254); }
H1.HeaderClassName
{
color: #D0DDFE;
}
.AnyTagClassName
{
color: #D0DDFE;
}
</style>
background-color css
<style>
a { background-color: #D0DDFE; }
a { background-color: rgb(208,221,254); }
div.DivClassName
{
background-color: #D0DDFE;
}
.BgClassName
{
background-color: #D0DDFE;
}
</style>
border-color css
<style>
span { border-color: #D0DDFE; }
span { border-color: rgb(208,221,254); }
td.TdClassName
{
border-color: #D0DDFE;
}
.TagClassName
{
border-color: #D0DDFE;
}
</style>