Shades of Hawkes Blue #D2DCFF
Tints of Hawkes Blue #D2DCFF
RGB
CMYK
RGB Variations
Color information
#D2DCFF (or 0xD2DCFF) is known color: Hawkes Blue. HEX triplet: D2, DC and FF. RGB value is (210,220,255). Sum of RGB (Red+Green+Blue) = 210+220+255=685 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.66% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCFF is #2D2300. Grayscale: #DCDCDC. Windows color (decimal): -2958081 or 16768210. OLE color: 16768210.
HSL color Cylindrical-coordinate representation of color #D2DCFF: hue angle of 226.67º 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 #D2DCFF is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 220 | 255 | - |
| CMYK | 0.18 | 0.14 | 0 | 0 |
| HSL | 226.67º | 1% | 0.91% | - |
| HSV(B) | 226.67º | 0.18% | 1% | - |
| XYZ | 70.22 | 72.11 | 104.82 | - |
| YUV | 221 | 147.19 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 255 | 0.18 | 0.14 | 0 | 0 | 226.67 | 1 | 0.91 |
| Hex | D2 | DC | FF | 12 | E | 0 | 0 | E3 | 64 | 5B |
| Octal | 322 | 334 | 377 | 22 | 16 | 0 | 0 | 343 | 144 | 133 |
| Binary | 11010010 | 11011100 | 11111111 | 10010 | 1110 | 0 | 0 | 11100011 | 1100100 | 1011011 |
Color Harmonies of #D2DCFF
Complementary color
Monochromatic Colors of #D2DCFF
Black with #D2DCFF
Text Example
Text Example
White with #D2DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCFF; }
p { color: rgb(210,220,255); }
H1.HeaderClassName
{
color: #D2DCFF;
}
.AnyTagClassName
{
color: #D2DCFF;
}
</style>
background-color css
<style>
a { background-color: #D2DCFF; }
a { background-color: rgb(210,220,255); }
div.DivClassName
{
background-color: #D2DCFF;
}
.BgClassName
{
background-color: #D2DCFF;
}
</style>
border-color css
<style>
span { border-color: #D2DCFF; }
span { border-color: rgb(210,220,255); }
td.TdClassName
{
border-color: #D2DCFF;
}
.TagClassName
{
border-color: #D2DCFF;
}
</style>