Shades of Hawkes Blue #D9DEF3
Tints of Hawkes Blue #D9DEF3
RGB
CMYK
RGB Variations
Color information
#D9DEF3 (or 0xD9DEF3) is known color: Hawkes Blue. HEX triplet: D9, DE and F3. RGB value is (217,222,243). Sum of RGB (Red+Green+Blue) = 217+222+243=682 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.82% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9DEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DEF3 is #26210C. Grayscale: #DEDEDE. Windows color (decimal): -2498829 or 15982297. OLE color: 15982297.
HSL color Cylindrical-coordinate representation of color #D9DEF3: hue angle of 228.46º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9DEF3 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 217 | 222 | 243 | - |
CMYK | 0.11 | 0.09 | 0 | 0.05 |
HSL | 228.46º | 0.52% | 0.9% | - |
HSV(B) | 228.46º | 0.11% | 0.95% | - |
XYZ | 70.91 | 73.47 | 95.24 | - |
YUV | 222.9 | 139.34 | 123.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 222 | 243 | 0.11 | 0.09 | 0 | 0.05 | 228.46 | 0.52 | 0.9 |
Hex | D9 | DE | F3 | B | 9 | 0 | 5 | E4 | 34 | 5A |
Octal | 331 | 336 | 363 | 13 | 11 | 0 | 5 | 344 | 64 | 132 |
Binary | 11011001 | 11011110 | 11110011 | 1011 | 1001 | 0 | 101 | 11100100 | 110100 | 1011010 |
Color Harmonies of #D9DEF3
Complementary color
Monochromatic Colors of #D9DEF3
Black with #D9DEF3
Text Example
Text Example
White with #D9DEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DEF3; }
p { color: rgb(217,222,243); }
H1.HeaderClassName
{
color: #D9DEF3;
}
.AnyTagClassName
{
color: #D9DEF3;
}
</style>
background-color css
<style>
a { background-color: #D9DEF3; }
a { background-color: rgb(217,222,243); }
div.DivClassName
{
background-color: #D9DEF3;
}
.BgClassName
{
background-color: #D9DEF3;
}
</style>
border-color css
<style>
span { border-color: #D9DEF3; }
span { border-color: rgb(217,222,243); }
td.TdClassName
{
border-color: #D9DEF3;
}
.TagClassName
{
border-color: #D9DEF3;
}
</style>