Shades of Hawkes Blue #DBDFF2
Tints of Hawkes Blue #DBDFF2
RGB
CMYK
RGB Variations
Color information
#DBDFF2 (or 0xDBDFF2) is known color: Hawkes Blue. HEX triplet: DB, DF and F2. RGB value is (219,223,242). Sum of RGB (Red+Green+Blue) = 219+223+242=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBDFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDFF2 is #24200D. Grayscale: #DFDFDF. Windows color (decimal): -2367502 or 15917019. OLE color: 15917019.
HSL color Cylindrical-coordinate representation of color #DBDFF2: hue angle of 229.57º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBDFF2 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 223 | 242 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.05 |
| HSL | 229.57º | 0.47% | 0.9% | - |
| HSV(B) | 229.57º | 0.1% | 0.95% | - |
| XYZ | 71.63 | 74.25 | 94.56 | - |
| YUV | 223.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 242 | 0.10 | 0.08 | 0 | 0.05 | 229.57 | 0.47 | 0.9 |
| Hex | DB | DF | F2 | A | 8 | 0 | 5 | E6 | 2F | 5A |
| Octal | 333 | 337 | 362 | 12 | 10 | 0 | 5 | 346 | 57 | 132 |
| Binary | 11011011 | 11011111 | 11110010 | 1010 | 1000 | 0 | 101 | 11100110 | 101111 | 1011010 |
Color Harmonies of #DBDFF2
Complementary color
Monochromatic Colors of #DBDFF2
Black with #DBDFF2
Text Example
Text Example
White with #DBDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFF2; }
p { color: rgb(219,223,242); }
H1.HeaderClassName
{
color: #DBDFF2;
}
.AnyTagClassName
{
color: #DBDFF2;
}
</style>
background-color css
<style>
a { background-color: #DBDFF2; }
a { background-color: rgb(219,223,242); }
div.DivClassName
{
background-color: #DBDFF2;
}
.BgClassName
{
background-color: #DBDFF2;
}
</style>
border-color css
<style>
span { border-color: #DBDFF2; }
span { border-color: rgb(219,223,242); }
td.TdClassName
{
border-color: #DBDFF2;
}
.TagClassName
{
border-color: #DBDFF2;
}
</style>