Shades of Hawkes Blue #D2DDFF
Tints of Hawkes Blue #D2DDFF
RGB
CMYK
RGB Variations
Color information
#D2DDFF (or 0xD2DDFF) is known color: Hawkes Blue. HEX triplet: D2, DD and FF. RGB value is (210,221,255). Sum of RGB (Red+Green+Blue) = 210+221+255=686 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.61% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DDFF is #2D2200. Grayscale: #DDDDDD. Windows color (decimal): -2957825 or 16768466. OLE color: 16768466.
HSL color Cylindrical-coordinate representation of color #D2DDFF: hue angle of 225.33º 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 #D2DDFF is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 221 | 255 | - |
| CMYK | 0.18 | 0.13 | 0 | 0 |
| HSL | 225.33º | 1% | 0.91% | - |
| HSV(B) | 225.33º | 0.18% | 1% | - |
| XYZ | 70.48 | 72.63 | 104.91 | - |
| YUV | 221.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 255 | 0.18 | 0.13 | 0 | 0 | 225.33 | 1 | 0.91 |
| Hex | D2 | DD | FF | 12 | D | 0 | 0 | E1 | 64 | 5B |
| Octal | 322 | 335 | 377 | 22 | 15 | 0 | 0 | 341 | 144 | 133 |
| Binary | 11010010 | 11011101 | 11111111 | 10010 | 1101 | 0 | 0 | 11100001 | 1100100 | 1011011 |
Color Harmonies of #D2DDFF
Complementary color
Monochromatic Colors of #D2DDFF
Black with #D2DDFF
Text Example
Text Example
White with #D2DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDFF; }
p { color: rgb(210,221,255); }
H1.HeaderClassName
{
color: #D2DDFF;
}
.AnyTagClassName
{
color: #D2DDFF;
}
</style>
background-color css
<style>
a { background-color: #D2DDFF; }
a { background-color: rgb(210,221,255); }
div.DivClassName
{
background-color: #D2DDFF;
}
.BgClassName
{
background-color: #D2DDFF;
}
</style>
border-color css
<style>
span { border-color: #D2DDFF; }
span { border-color: rgb(210,221,255); }
td.TdClassName
{
border-color: #D2DDFF;
}
.TagClassName
{
border-color: #D2DDFF;
}
</style>