Shades of Hawkes Blue #D0DFFE
Tints of Hawkes Blue #D0DFFE
RGB
CMYK
RGB Variations
Color information
#D0DFFE (or 0xD0DFFE) is known color: Hawkes Blue. HEX triplet: D0, DF and FE. RGB value is (208,223,254). Sum of RGB (Red+Green+Blue) = 208+223+254=685 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.36% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DFFE is #2F2001. Grayscale: #DDDDDD. Windows color (decimal): -3088386 or 16703440. OLE color: 16703440.
HSL color Cylindrical-coordinate representation of color #D0DFFE: hue angle of 220.43º 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 #D0DFFE is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 223 | 254 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.00 |
| HSL | 220.43º | 0.96% | 0.91% | - |
| HSV(B) | 220.43º | 0.18% | 1% | - |
| XYZ | 70.29 | 73.34 | 104.22 | - |
| YUV | 222.05 | 146.03 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 254 | 0.18 | 0.12 | 0 | 0.00 | 220.43 | 0.96 | 0.91 |
| Hex | D0 | DF | FE | 12 | C | 0 | 0 | DC | 60 | 5B |
| Octal | 320 | 337 | 376 | 22 | 14 | 0 | 0 | 334 | 140 | 133 |
| Binary | 11010000 | 11011111 | 11111110 | 10010 | 1100 | 0 | 0 | 11011100 | 1100000 | 1011011 |
Color Harmonies of #D0DFFE
Complementary color
Monochromatic Colors of #D0DFFE
Black with #D0DFFE
Text Example
Text Example
White with #D0DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFFE; }
p { color: rgb(208,223,254); }
H1.HeaderClassName
{
color: #D0DFFE;
}
.AnyTagClassName
{
color: #D0DFFE;
}
</style>
background-color css
<style>
a { background-color: #D0DFFE; }
a { background-color: rgb(208,223,254); }
div.DivClassName
{
background-color: #D0DFFE;
}
.BgClassName
{
background-color: #D0DFFE;
}
</style>
border-color css
<style>
span { border-color: #D0DFFE; }
span { border-color: rgb(208,223,254); }
td.TdClassName
{
border-color: #D0DFFE;
}
.TagClassName
{
border-color: #D0DFFE;
}
</style>