Shades of Hawkes Blue #D0E2FC
Tints of Hawkes Blue #D0E2FC
RGB
CMYK
RGB Variations
Color information
#D0E2FC (or 0xD0E2FC) is known color: Hawkes Blue. HEX triplet: D0, E2 and FC. RGB value is (208,226,252). Sum of RGB (Red+Green+Blue) = 208+226+252=686 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.32% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0E2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E2FC is #2F1D03. Grayscale: #DFDFDF. Windows color (decimal): -3087620 or 16573136. OLE color: 16573136.
HSL color Cylindrical-coordinate representation of color #D0E2FC: hue angle of 215.45º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0E2FC is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 208 | 226 | 252 | - |
CMYK | 0.17 | 0.10 | 0 | 0.01 |
HSL | 215.45º | 0.88% | 0.9% | - |
HSV(B) | 215.45º | 0.17% | 0.99% | - |
XYZ | 70.78 | 74.83 | 102.81 | - |
YUV | 223.58 | 144.04 | 116.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 226 | 252 | 0.17 | 0.10 | 0 | 0.01 | 215.45 | 0.88 | 0.9 |
Hex | D0 | E2 | FC | 11 | A | 0 | 1 | D7 | 58 | 5A |
Octal | 320 | 342 | 374 | 21 | 12 | 0 | 1 | 327 | 130 | 132 |
Binary | 11010000 | 11100010 | 11111100 | 10001 | 1010 | 0 | 1 | 11010111 | 1011000 | 1011010 |
Color Harmonies of #D0E2FC
Complementary color
Monochromatic Colors of #D0E2FC
Black with #D0E2FC
Text Example
Text Example
White with #D0E2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E2FC; }
p { color: rgb(208,226,252); }
H1.HeaderClassName
{
color: #D0E2FC;
}
.AnyTagClassName
{
color: #D0E2FC;
}
</style>
background-color css
<style>
a { background-color: #D0E2FC; }
a { background-color: rgb(208,226,252); }
div.DivClassName
{
background-color: #D0E2FC;
}
.BgClassName
{
background-color: #D0E2FC;
}
</style>
border-color css
<style>
span { border-color: #D0E2FC; }
span { border-color: rgb(208,226,252); }
td.TdClassName
{
border-color: #D0E2FC;
}
.TagClassName
{
border-color: #D0E2FC;
}
</style>