Shades of Hawkes Blue #D0D9FE
Tints of Hawkes Blue #D0D9FE
RGB
CMYK
RGB Variations
Color information
#D0D9FE (or 0xD0D9FE) is known color: Hawkes Blue. HEX triplet: D0, D9 and FE. RGB value is (208,217,254). Sum of RGB (Red+Green+Blue) = 208+217+254=679 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.63% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D9FE is #2F2601. Grayscale: #DADADA. Windows color (decimal): -3089922 or 16701904. OLE color: 16701904.
HSL color Cylindrical-coordinate representation of color #D0D9FE: hue angle of 228.26º 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 #D0D9FE is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 217 | 254 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.00 |
| HSL | 228.26º | 0.96% | 0.91% | - |
| HSV(B) | 228.26º | 0.18% | 1% | - |
| XYZ | 68.71 | 70.19 | 103.69 | - |
| YUV | 218.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 217 | 254 | 0.18 | 0.15 | 0 | 0.00 | 228.26 | 0.96 | 0.91 |
| Hex | D0 | D9 | FE | 12 | F | 0 | 0 | E4 | 60 | 5B |
| Octal | 320 | 331 | 376 | 22 | 17 | 0 | 0 | 344 | 140 | 133 |
| Binary | 11010000 | 11011001 | 11111110 | 10010 | 1111 | 0 | 0 | 11100100 | 1100000 | 1011011 |
Color Harmonies of #D0D9FE
Complementary color
Monochromatic Colors of #D0D9FE
Black with #D0D9FE
Text Example
Text Example
White with #D0D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D9FE; }
p { color: rgb(208,217,254); }
H1.HeaderClassName
{
color: #D0D9FE;
}
.AnyTagClassName
{
color: #D0D9FE;
}
</style>
background-color css
<style>
a { background-color: #D0D9FE; }
a { background-color: rgb(208,217,254); }
div.DivClassName
{
background-color: #D0D9FE;
}
.BgClassName
{
background-color: #D0D9FE;
}
</style>
border-color css
<style>
span { border-color: #D0D9FE; }
span { border-color: rgb(208,217,254); }
td.TdClassName
{
border-color: #D0D9FE;
}
.TagClassName
{
border-color: #D0D9FE;
}
</style>