Shades of Hawkes Blue #D1DBEE
Tints of Hawkes Blue #D1DBEE
RGB
CMYK
RGB Variations
Color information
#D1DBEE (or 0xD1DBEE) is known color: Hawkes Blue. HEX triplet: D1, DB and EE. RGB value is (209,219,238). Sum of RGB (Red+Green+Blue) = 209+219+238=666 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.38% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DBEE is #2E2411. Grayscale: #DADADA. Windows color (decimal): -3023890 or 15653841. OLE color: 15653841.
HSL color Cylindrical-coordinate representation of color #D1DBEE: hue angle of 219.31º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1DBEE is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 219 | 238 | - |
CMYK | 0.12 | 0.08 | 0 | 0.07 |
HSL | 219.31º | 0.46% | 0.88% | - |
HSV(B) | 219.31º | 0.12% | 0.93% | - |
XYZ | 67.06 | 70.39 | 90.94 | - |
YUV | 218.18 | 139.19 | 121.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 219 | 238 | 0.12 | 0.08 | 0 | 0.07 | 219.31 | 0.46 | 0.88 |
Hex | D1 | DB | EE | C | 8 | 0 | 7 | DB | 2E | 58 |
Octal | 321 | 333 | 356 | 14 | 10 | 0 | 7 | 333 | 56 | 130 |
Binary | 11010001 | 11011011 | 11101110 | 1100 | 1000 | 0 | 111 | 11011011 | 101110 | 1011000 |
Color Harmonies of #D1DBEE
Complementary color
Monochromatic Colors of #D1DBEE
Black with #D1DBEE
Text Example
Text Example
White with #D1DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DBEE; }
p { color: rgb(209,219,238); }
H1.HeaderClassName
{
color: #D1DBEE;
}
.AnyTagClassName
{
color: #D1DBEE;
}
</style>
background-color css
<style>
a { background-color: #D1DBEE; }
a { background-color: rgb(209,219,238); }
div.DivClassName
{
background-color: #D1DBEE;
}
.BgClassName
{
background-color: #D1DBEE;
}
</style>
border-color css
<style>
span { border-color: #D1DBEE; }
span { border-color: rgb(209,219,238); }
td.TdClassName
{
border-color: #D1DBEE;
}
.TagClassName
{
border-color: #D1DBEE;
}
</style>