Shades of Hawkes Blue #D0DCFF
Tints of Hawkes Blue #D0DCFF
RGB
CMYK
RGB Variations
Color information
#D0DCFF (or 0xD0DCFF) is known color: Hawkes Blue. HEX triplet: D0, DC and FF. RGB value is (208,220,255). Sum of RGB (Red+Green+Blue) = 208+220+255=683 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.45% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DCFF is #2F2300. Grayscale: #DCDCDC. Windows color (decimal): -3089153 or 16768208. OLE color: 16768208.
HSL color Cylindrical-coordinate representation of color #D0DCFF: hue angle of 224.68º 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 #D0DCFF is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 220 | 255 | - |
| CMYK | 0.18 | 0.14 | 0 | 0 |
| HSL | 224.68º | 1% | 0.91% | - |
| HSV(B) | 224.68º | 0.18% | 1% | - |
| XYZ | 69.66 | 71.82 | 104.8 | - |
| YUV | 220.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 255 | 0.18 | 0.14 | 0 | 0 | 224.68 | 1 | 0.91 |
| Hex | D0 | DC | FF | 12 | E | 0 | 0 | E1 | 64 | 5B |
| Octal | 320 | 334 | 377 | 22 | 16 | 0 | 0 | 341 | 144 | 133 |
| Binary | 11010000 | 11011100 | 11111111 | 10010 | 1110 | 0 | 0 | 11100001 | 1100100 | 1011011 |
Color Harmonies of #D0DCFF
Complementary color
Monochromatic Colors of #D0DCFF
Black with #D0DCFF
Text Example
Text Example
White with #D0DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DCFF; }
p { color: rgb(208,220,255); }
H1.HeaderClassName
{
color: #D0DCFF;
}
.AnyTagClassName
{
color: #D0DCFF;
}
</style>
background-color css
<style>
a { background-color: #D0DCFF; }
a { background-color: rgb(208,220,255); }
div.DivClassName
{
background-color: #D0DCFF;
}
.BgClassName
{
background-color: #D0DCFF;
}
</style>
border-color css
<style>
span { border-color: #D0DCFF; }
span { border-color: rgb(208,220,255); }
td.TdClassName
{
border-color: #D0DCFF;
}
.TagClassName
{
border-color: #D0DCFF;
}
</style>