Shades of Hawkes Blue #D0DEFF
Tints of Hawkes Blue #D0DEFF
RGB
CMYK
RGB Variations
Color information
#D0DEFF (or 0xD0DEFF) is known color: Hawkes Blue. HEX triplet: D0, DE and FF. RGB value is (208,222,255). Sum of RGB (Red+Green+Blue) = 208+222+255=685 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.36% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DEFF is #2F2100. Grayscale: #DDDDDD. Windows color (decimal): -3088641 or 16768720. OLE color: 16768720.
HSL color Cylindrical-coordinate representation of color #D0DEFF: hue angle of 222.13º 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 #D0DEFF is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 222 | 255 | - |
| CMYK | 0.18 | 0.13 | 0 | 0 |
| HSL | 222.13º | 1% | 0.91% | - |
| HSV(B) | 222.13º | 0.18% | 1% | - |
| XYZ | 70.18 | 72.87 | 104.97 | - |
| YUV | 221.58 | 146.86 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 255 | 0.18 | 0.13 | 0 | 0 | 222.13 | 1 | 0.91 |
| Hex | D0 | DE | FF | 12 | D | 0 | 0 | DE | 64 | 5B |
| Octal | 320 | 336 | 377 | 22 | 15 | 0 | 0 | 336 | 144 | 133 |
| Binary | 11010000 | 11011110 | 11111111 | 10010 | 1101 | 0 | 0 | 11011110 | 1100100 | 1011011 |
Color Harmonies of #D0DEFF
Complementary color
Monochromatic Colors of #D0DEFF
Black with #D0DEFF
Text Example
Text Example
White with #D0DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEFF; }
p { color: rgb(208,222,255); }
H1.HeaderClassName
{
color: #D0DEFF;
}
.AnyTagClassName
{
color: #D0DEFF;
}
</style>
background-color css
<style>
a { background-color: #D0DEFF; }
a { background-color: rgb(208,222,255); }
div.DivClassName
{
background-color: #D0DEFF;
}
.BgClassName
{
background-color: #D0DEFF;
}
</style>
border-color css
<style>
span { border-color: #D0DEFF; }
span { border-color: rgb(208,222,255); }
td.TdClassName
{
border-color: #D0DEFF;
}
.TagClassName
{
border-color: #D0DEFF;
}
</style>