Shades of Hawkes Blue #D4DDF8
Tints of Hawkes Blue #D4DDF8
RGB
CMYK
RGB Variations
Color information
#D4DDF8 (or 0xD4DDF8) is known color: Hawkes Blue. HEX triplet: D4, DD and F8. RGB value is (212,221,248). Sum of RGB (Red+Green+Blue) = 212+221+248=681 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.13% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 248 (97.27% from 255 or 36.42% from 681); Max value from RGB is 248 - color contains mainly: blue. Hex color #D4DDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DDF8 is #2B2207. Grayscale: #DDDDDD. Windows color (decimal): -2826760 or 16309716. OLE color: 16309716.
HSL color Cylindrical-coordinate representation of color #D4DDF8: hue angle of 225º degrees, saturation: 0.72, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4DDF8 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 212 | 221 | 248 | - |
CMYK | 0.15 | 0.11 | 0 | 0.03 |
HSL | 225º | 0.72% | 0.9% | - |
HSV(B) | 225º | 0.15% | 0.97% | - |
XYZ | 69.95 | 72.49 | 99.11 | - |
YUV | 221.39 | 143.02 | 121.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 221 | 248 | 0.15 | 0.11 | 0 | 0.03 | 225 | 0.72 | 0.9 |
Hex | D4 | DD | F8 | F | B | 0 | 3 | E1 | 48 | 5A |
Octal | 324 | 335 | 370 | 17 | 13 | 0 | 3 | 341 | 110 | 132 |
Binary | 11010100 | 11011101 | 11111000 | 1111 | 1011 | 0 | 11 | 11100001 | 1001000 | 1011010 |
Color Harmonies of #D4DDF8
Complementary color
Monochromatic Colors of #D4DDF8
Black with #D4DDF8
Text Example
Text Example
White with #D4DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DDF8; }
p { color: rgb(212,221,248); }
H1.HeaderClassName
{
color: #D4DDF8;
}
.AnyTagClassName
{
color: #D4DDF8;
}
</style>
background-color css
<style>
a { background-color: #D4DDF8; }
a { background-color: rgb(212,221,248); }
div.DivClassName
{
background-color: #D4DDF8;
}
.BgClassName
{
background-color: #D4DDF8;
}
</style>
border-color css
<style>
span { border-color: #D4DDF8; }
span { border-color: rgb(212,221,248); }
td.TdClassName
{
border-color: #D4DDF8;
}
.TagClassName
{
border-color: #D4DDF8;
}
</style>