Shades of Hawkes Blue #D2DDFB
Tints of Hawkes Blue #D2DDFB
RGB
CMYK
RGB Variations
Color information
#D2DDFB (or 0xD2DDFB) is known color: Hawkes Blue. HEX triplet: D2, DD and FB. RGB value is (210,221,251). Sum of RGB (Red+Green+Blue) = 210+221+251=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DDFB is #2D2204. Grayscale: #DDDDDD. Windows color (decimal): -2957829 or 16506322. OLE color: 16506322.
HSL color Cylindrical-coordinate representation of color #D2DDFB: hue angle of 223.9º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2DDFB is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 210 | 221 | 251 | - |
CMYK | 0.16 | 0.12 | 0 | 0.02 |
HSL | 223.9º | 0.84% | 0.9% | - |
HSV(B) | 223.9º | 0.16% | 0.98% | - |
XYZ | 69.85 | 72.38 | 101.56 | - |
YUV | 221.13 | 144.86 | 120.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 221 | 251 | 0.16 | 0.12 | 0 | 0.02 | 223.9 | 0.84 | 0.9 |
Hex | D2 | DD | FB | 10 | C | 0 | 2 | E0 | 54 | 5A |
Octal | 322 | 335 | 373 | 20 | 14 | 0 | 2 | 340 | 124 | 132 |
Binary | 11010010 | 11011101 | 11111011 | 10000 | 1100 | 0 | 10 | 11100000 | 1010100 | 1011010 |
Color Harmonies of #D2DDFB
Complementary color
Monochromatic Colors of #D2DDFB
Black with #D2DDFB
Text Example
Text Example
White with #D2DDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDFB; }
p { color: rgb(210,221,251); }
H1.HeaderClassName
{
color: #D2DDFB;
}
.AnyTagClassName
{
color: #D2DDFB;
}
</style>
background-color css
<style>
a { background-color: #D2DDFB; }
a { background-color: rgb(210,221,251); }
div.DivClassName
{
background-color: #D2DDFB;
}
.BgClassName
{
background-color: #D2DDFB;
}
</style>
border-color css
<style>
span { border-color: #D2DDFB; }
span { border-color: rgb(210,221,251); }
td.TdClassName
{
border-color: #D2DDFB;
}
.TagClassName
{
border-color: #D2DDFB;
}
</style>