Shades of Hawkes Blue #D0DCFD
Tints of Hawkes Blue #D0DCFD
RGB
CMYK
RGB Variations
Color information
#D0DCFD (or 0xD0DCFD) is known color: Hawkes Blue. HEX triplet: D0, DC and FD. RGB value is (208,220,253). Sum of RGB (Red+Green+Blue) = 208+220+253=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DCFD is #2F2302. Grayscale: #DCDCDC. Windows color (decimal): -3089155 or 16637136. OLE color: 16637136.
HSL color Cylindrical-coordinate representation of color #D0DCFD: hue angle of 224º 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 #D0DCFD is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 220 | 253 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.01 |
| HSL | 224º | 0.92% | 0.9% | - |
| HSV(B) | 224º | 0.18% | 0.99% | - |
| XYZ | 69.34 | 71.69 | 103.11 | - |
| YUV | 220.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 253 | 0.18 | 0.13 | 0 | 0.01 | 224 | 0.92 | 0.9 |
| Hex | D0 | DC | FD | 12 | D | 0 | 1 | E0 | 5C | 5A |
| Octal | 320 | 334 | 375 | 22 | 15 | 0 | 1 | 340 | 134 | 132 |
| Binary | 11010000 | 11011100 | 11111101 | 10010 | 1101 | 0 | 1 | 11100000 | 1011100 | 1011010 |
Color Harmonies of #D0DCFD
Complementary color
Monochromatic Colors of #D0DCFD
Black with #D0DCFD
Text Example
Text Example
White with #D0DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DCFD; }
p { color: rgb(208,220,253); }
H1.HeaderClassName
{
color: #D0DCFD;
}
.AnyTagClassName
{
color: #D0DCFD;
}
</style>
background-color css
<style>
a { background-color: #D0DCFD; }
a { background-color: rgb(208,220,253); }
div.DivClassName
{
background-color: #D0DCFD;
}
.BgClassName
{
background-color: #D0DCFD;
}
</style>
border-color css
<style>
span { border-color: #D0DCFD; }
span { border-color: rgb(208,220,253); }
td.TdClassName
{
border-color: #D0DCFD;
}
.TagClassName
{
border-color: #D0DCFD;
}
</style>