Shades of Hawkes Blue #D0DEFD
Tints of Hawkes Blue #D0DEFD
RGB
CMYK
RGB Variations
Color information
#D0DEFD (or 0xD0DEFD) is known color: Hawkes Blue. HEX triplet: D0, DE and FD. RGB value is (208,222,253). Sum of RGB (Red+Green+Blue) = 208+222+253=683 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.45% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DEFD is #2F2102. Grayscale: #DDDDDD. Windows color (decimal): -3088643 or 16637648. OLE color: 16637648.
HSL color Cylindrical-coordinate representation of color #D0DEFD: hue angle of 221.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0DEFD is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 222 | 253 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.01 |
| HSL | 221.33º | 0.92% | 0.9% | - |
| HSV(B) | 221.33º | 0.18% | 0.99% | - |
| XYZ | 69.86 | 72.74 | 103.29 | - |
| YUV | 221.35 | 145.86 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 253 | 0.18 | 0.12 | 0 | 0.01 | 221.33 | 0.92 | 0.9 |
| Hex | D0 | DE | FD | 12 | C | 0 | 1 | DD | 5C | 5A |
| Octal | 320 | 336 | 375 | 22 | 14 | 0 | 1 | 335 | 134 | 132 |
| Binary | 11010000 | 11011110 | 11111101 | 10010 | 1100 | 0 | 1 | 11011101 | 1011100 | 1011010 |
Color Harmonies of #D0DEFD
Complementary color
Monochromatic Colors of #D0DEFD
Black with #D0DEFD
Text Example
Text Example
White with #D0DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEFD; }
p { color: rgb(208,222,253); }
H1.HeaderClassName
{
color: #D0DEFD;
}
.AnyTagClassName
{
color: #D0DEFD;
}
</style>
background-color css
<style>
a { background-color: #D0DEFD; }
a { background-color: rgb(208,222,253); }
div.DivClassName
{
background-color: #D0DEFD;
}
.BgClassName
{
background-color: #D0DEFD;
}
</style>
border-color css
<style>
span { border-color: #D0DEFD; }
span { border-color: rgb(208,222,253); }
td.TdClassName
{
border-color: #D0DEFD;
}
.TagClassName
{
border-color: #D0DEFD;
}
</style>