Shades of Hawkes Blue #D2DEFF
Tints of Hawkes Blue #D2DEFF
RGB
CMYK
RGB Variations
Color information
#D2DEFF (or 0xD2DEFF) is known color: Hawkes Blue. HEX triplet: D2, DE and FF. RGB value is (210,222,255). Sum of RGB (Red+Green+Blue) = 210+222+255=687 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.57% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DEFF is #2D2100. Grayscale: #DEDEDE. Windows color (decimal): -2957569 or 16768722. OLE color: 16768722.
HSL color Cylindrical-coordinate representation of color #D2DEFF: hue angle of 224º 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 #D2DEFF is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 222 | 255 | - |
| CMYK | 0.18 | 0.13 | 0 | 0 |
| HSL | 224º | 1% | 0.91% | - |
| HSV(B) | 224º | 0.18% | 1% | - |
| XYZ | 70.75 | 73.16 | 105 | - |
| YUV | 222.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 222 | 255 | 0.18 | 0.13 | 0 | 0 | 224 | 1 | 0.91 |
| Hex | D2 | DE | FF | 12 | D | 0 | 0 | E0 | 64 | 5B |
| Octal | 322 | 336 | 377 | 22 | 15 | 0 | 0 | 340 | 144 | 133 |
| Binary | 11010010 | 11011110 | 11111111 | 10010 | 1101 | 0 | 0 | 11100000 | 1100100 | 1011011 |
Color Harmonies of #D2DEFF
Complementary color
Monochromatic Colors of #D2DEFF
Black with #D2DEFF
Text Example
Text Example
White with #D2DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DEFF; }
p { color: rgb(210,222,255); }
H1.HeaderClassName
{
color: #D2DEFF;
}
.AnyTagClassName
{
color: #D2DEFF;
}
</style>
background-color css
<style>
a { background-color: #D2DEFF; }
a { background-color: rgb(210,222,255); }
div.DivClassName
{
background-color: #D2DEFF;
}
.BgClassName
{
background-color: #D2DEFF;
}
</style>
border-color css
<style>
span { border-color: #D2DEFF; }
span { border-color: rgb(210,222,255); }
td.TdClassName
{
border-color: #D2DEFF;
}
.TagClassName
{
border-color: #D2DEFF;
}
</style>