Shades of Hawkes Blue #D0E2FF
Tints of Hawkes Blue #D0E2FF
RGB
CMYK
RGB Variations
Color information
#D0E2FF (or 0xD0E2FF) is known color: Hawkes Blue. HEX triplet: D0, E2 and FF. RGB value is (208,226,255). Sum of RGB (Red+Green+Blue) = 208+226+255=689 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.19% from 689); Green value is 226 (88.67% from 255 or 32.80% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0E2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E2FF is #2F1D00. Grayscale: #DFDFDF. Windows color (decimal): -3087617 or 16769744. OLE color: 16769744.
HSL color Cylindrical-coordinate representation of color #D0E2FF: hue angle of 217.02º 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 #D0E2FF is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 208 | 226 | 255 | - |
CMYK | 0.18 | 0.11 | 0 | 0 |
HSL | 217.02º | 1% | 0.91% | - |
HSV(B) | 217.02º | 0.18% | 1% | - |
XYZ | 71.26 | 75.02 | 105.33 | - |
YUV | 223.92 | 145.54 | 116.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 226 | 255 | 0.18 | 0.11 | 0 | 0 | 217.02 | 1 | 0.91 |
Hex | D0 | E2 | FF | 12 | B | 0 | 0 | D9 | 64 | 5B |
Octal | 320 | 342 | 377 | 22 | 13 | 0 | 0 | 331 | 144 | 133 |
Binary | 11010000 | 11100010 | 11111111 | 10010 | 1011 | 0 | 0 | 11011001 | 1100100 | 1011011 |
Color Harmonies of #D0E2FF
Complementary color
Monochromatic Colors of #D0E2FF
Black with #D0E2FF
Text Example
Text Example
White with #D0E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E2FF; }
p { color: rgb(208,226,255); }
H1.HeaderClassName
{
color: #D0E2FF;
}
.AnyTagClassName
{
color: #D0E2FF;
}
</style>
background-color css
<style>
a { background-color: #D0E2FF; }
a { background-color: rgb(208,226,255); }
div.DivClassName
{
background-color: #D0E2FF;
}
.BgClassName
{
background-color: #D0E2FF;
}
</style>
border-color css
<style>
span { border-color: #D0E2FF; }
span { border-color: rgb(208,226,255); }
td.TdClassName
{
border-color: #D0E2FF;
}
.TagClassName
{
border-color: #D0E2FF;
}
</style>