Shades of Hawkes Blue #D2DFF2
Tints of Hawkes Blue #D2DFF2
RGB
CMYK
RGB Variations
Color information
#D2DFF2 (or 0xD2DFF2) is known color: Hawkes Blue. HEX triplet: D2, DF and F2. RGB value is (210,223,242). Sum of RGB (Red+Green+Blue) = 210+223+242=675 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.11% from 675); Green value is 223 (87.5% from 255 or 33.04% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 242 - color contains mainly: blue. Hex color #D2DFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DFF2 is #2D200D. Grayscale: #DDDDDD. Windows color (decimal): -2957326 or 15917010. OLE color: 15917010.
HSL color Cylindrical-coordinate representation of color #D2DFF2: hue angle of 215.62º degrees, saturation: 0.55, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2DFF2 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 223 | 242 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.05 |
| HSL | 215.63º | 0.55% | 0.89% | - |
| HSV(B) | 215.63º | 0.13% | 0.95% | - |
| XYZ | 68.99 | 72.89 | 94.44 | - |
| YUV | 221.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 223 | 242 | 0.13 | 0.08 | 0 | 0.05 | 215.63 | 0.55 | 0.89 |
| Hex | D2 | DF | F2 | D | 8 | 0 | 5 | D8 | 37 | 59 |
| Octal | 322 | 337 | 362 | 15 | 10 | 0 | 5 | 330 | 67 | 131 |
| Binary | 11010010 | 11011111 | 11110010 | 1101 | 1000 | 0 | 101 | 11011000 | 110111 | 1011001 |
Color Harmonies of #D2DFF2
Complementary color
Monochromatic Colors of #D2DFF2
Black with #D2DFF2
Text Example
Text Example
White with #D2DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DFF2; }
p { color: rgb(210,223,242); }
H1.HeaderClassName
{
color: #D2DFF2;
}
.AnyTagClassName
{
color: #D2DFF2;
}
</style>
background-color css
<style>
a { background-color: #D2DFF2; }
a { background-color: rgb(210,223,242); }
div.DivClassName
{
background-color: #D2DFF2;
}
.BgClassName
{
background-color: #D2DFF2;
}
</style>
border-color css
<style>
span { border-color: #D2DFF2; }
span { border-color: rgb(210,223,242); }
td.TdClassName
{
border-color: #D2DFF2;
}
.TagClassName
{
border-color: #D2DFF2;
}
</style>