Shades of Hawkes Blue #D2DCEF
Tints of Hawkes Blue #D2DCEF
RGB
CMYK
RGB Variations
Color information
#D2DCEF (or 0xD2DCEF) is known color: Hawkes Blue. HEX triplet: D2, DC and EF. RGB value is (210,220,239). Sum of RGB (Red+Green+Blue) = 210+220+239=669 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.39% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DCEF is #2D2310. Grayscale: #DBDBDB. Windows color (decimal): -2958097 or 15719634. OLE color: 15719634.
HSL color Cylindrical-coordinate representation of color #D2DCEF: hue angle of 219.31º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2DCEF is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 220 | 239 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.06 |
| HSL | 219.31º | 0.48% | 0.88% | - |
| HSV(B) | 219.31º | 0.12% | 0.94% | - |
| XYZ | 67.75 | 71.12 | 91.82 | - |
| YUV | 219.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 239 | 0.12 | 0.08 | 0 | 0.06 | 219.31 | 0.48 | 0.88 |
| Hex | D2 | DC | EF | C | 8 | 0 | 6 | DB | 30 | 58 |
| Octal | 322 | 334 | 357 | 14 | 10 | 0 | 6 | 333 | 60 | 130 |
| Binary | 11010010 | 11011100 | 11101111 | 1100 | 1000 | 0 | 110 | 11011011 | 110000 | 1011000 |
Color Harmonies of #D2DCEF
Complementary color
Monochromatic Colors of #D2DCEF
Black with #D2DCEF
Text Example
Text Example
White with #D2DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCEF; }
p { color: rgb(210,220,239); }
H1.HeaderClassName
{
color: #D2DCEF;
}
.AnyTagClassName
{
color: #D2DCEF;
}
</style>
background-color css
<style>
a { background-color: #D2DCEF; }
a { background-color: rgb(210,220,239); }
div.DivClassName
{
background-color: #D2DCEF;
}
.BgClassName
{
background-color: #D2DCEF;
}
</style>
border-color css
<style>
span { border-color: #D2DCEF; }
span { border-color: rgb(210,220,239); }
td.TdClassName
{
border-color: #D2DCEF;
}
.TagClassName
{
border-color: #D2DCEF;
}
</style>