Shades of Hawkes Blue #D0DAFE
Tints of Hawkes Blue #D0DAFE
RGB
CMYK
RGB Variations
Color information
#D0DAFE (or 0xD0DAFE) is known color: Hawkes Blue. HEX triplet: D0, DA and FE. RGB value is (208,218,254). Sum of RGB (Red+Green+Blue) = 208+218+254=680 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.59% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DAFE is #2F2501. Grayscale: #DADADA. Windows color (decimal): -3089666 or 16702160. OLE color: 16702160.
HSL color Cylindrical-coordinate representation of color #D0DAFE: hue angle of 226.96º 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 #D0DAFE is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 218 | 254 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.00 |
| HSL | 226.96º | 0.96% | 0.91% | - |
| HSV(B) | 226.96º | 0.18% | 1% | - |
| XYZ | 68.97 | 70.71 | 103.78 | - |
| YUV | 219.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 254 | 0.18 | 0.14 | 0 | 0.00 | 226.96 | 0.96 | 0.91 |
| Hex | D0 | DA | FE | 12 | E | 0 | 0 | E3 | 60 | 5B |
| Octal | 320 | 332 | 376 | 22 | 16 | 0 | 0 | 343 | 140 | 133 |
| Binary | 11010000 | 11011010 | 11111110 | 10010 | 1110 | 0 | 0 | 11100011 | 1100000 | 1011011 |
Color Harmonies of #D0DAFE
Complementary color
Monochromatic Colors of #D0DAFE
Black with #D0DAFE
Text Example
Text Example
White with #D0DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DAFE; }
p { color: rgb(208,218,254); }
H1.HeaderClassName
{
color: #D0DAFE;
}
.AnyTagClassName
{
color: #D0DAFE;
}
</style>
background-color css
<style>
a { background-color: #D0DAFE; }
a { background-color: rgb(208,218,254); }
div.DivClassName
{
background-color: #D0DAFE;
}
.BgClassName
{
background-color: #D0DAFE;
}
</style>
border-color css
<style>
span { border-color: #D0DAFE; }
span { border-color: rgb(208,218,254); }
td.TdClassName
{
border-color: #D0DAFE;
}
.TagClassName
{
border-color: #D0DAFE;
}
</style>