Shades of Hawkes Blue #D2DDFC
Tints of Hawkes Blue #D2DDFC
RGB
CMYK
RGB Variations
Color information
#D2DDFC (or 0xD2DDFC) is known color: Hawkes Blue. HEX triplet: D2, DD and FC. RGB value is (210,221,252). Sum of RGB (Red+Green+Blue) = 210+221+252=683 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.75% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DDFC is #2D2203. Grayscale: #DDDDDD. Windows color (decimal): -2957828 or 16571858. OLE color: 16571858.
HSL color Cylindrical-coordinate representation of color #D2DDFC: hue angle of 224.29º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2DDFC is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 221 | 252 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.01 |
| HSL | 224.29º | 0.88% | 0.91% | - |
| HSV(B) | 224.29º | 0.17% | 0.99% | - |
| XYZ | 70.01 | 72.44 | 102.39 | - |
| YUV | 221.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 252 | 0.17 | 0.12 | 0 | 0.01 | 224.29 | 0.88 | 0.91 |
| Hex | D2 | DD | FC | 11 | C | 0 | 1 | E0 | 58 | 5B |
| Octal | 322 | 335 | 374 | 21 | 14 | 0 | 1 | 340 | 130 | 133 |
| Binary | 11010010 | 11011101 | 11111100 | 10001 | 1100 | 0 | 1 | 11100000 | 1011000 | 1011011 |
Color Harmonies of #D2DDFC
Complementary color
Monochromatic Colors of #D2DDFC
Black with #D2DDFC
Text Example
Text Example
White with #D2DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDFC; }
p { color: rgb(210,221,252); }
H1.HeaderClassName
{
color: #D2DDFC;
}
.AnyTagClassName
{
color: #D2DDFC;
}
</style>
background-color css
<style>
a { background-color: #D2DDFC; }
a { background-color: rgb(210,221,252); }
div.DivClassName
{
background-color: #D2DDFC;
}
.BgClassName
{
background-color: #D2DDFC;
}
</style>
border-color css
<style>
span { border-color: #D2DDFC; }
span { border-color: rgb(210,221,252); }
td.TdClassName
{
border-color: #D2DDFC;
}
.TagClassName
{
border-color: #D2DDFC;
}
</style>