Shades of Hawkes Blue #D4DCF9
Tints of Hawkes Blue #D4DCF9
RGB
CMYK
RGB Variations
Color information
#D4DCF9 (or 0xD4DCF9) is known color: Hawkes Blue. HEX triplet: D4, DC and F9. RGB value is (212,220,249). Sum of RGB (Red+Green+Blue) = 212+220+249=681 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.13% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #D4DCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DCF9 is #2B2306. Grayscale: #DCDCDC. Windows color (decimal): -2827015 or 16374996. OLE color: 16374996.
HSL color Cylindrical-coordinate representation of color #D4DCF9: hue angle of 227.03º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4DCF9 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 212 | 220 | 249 | - |
CMYK | 0.15 | 0.12 | 0 | 0.02 |
HSL | 227.03º | 0.76% | 0.9% | - |
HSV(B) | 227.03º | 0.15% | 0.98% | - |
XYZ | 69.84 | 72.02 | 99.84 | - |
YUV | 220.91 | 143.85 | 121.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 220 | 249 | 0.15 | 0.12 | 0 | 0.02 | 227.03 | 0.76 | 0.9 |
Hex | D4 | DC | F9 | F | C | 0 | 2 | E3 | 4C | 5A |
Octal | 324 | 334 | 371 | 17 | 14 | 0 | 2 | 343 | 114 | 132 |
Binary | 11010100 | 11011100 | 11111001 | 1111 | 1100 | 0 | 10 | 11100011 | 1001100 | 1011010 |
Color Harmonies of #D4DCF9
Complementary color
Monochromatic Colors of #D4DCF9
Black with #D4DCF9
Text Example
Text Example
White with #D4DCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCF9; }
p { color: rgb(212,220,249); }
H1.HeaderClassName
{
color: #D4DCF9;
}
.AnyTagClassName
{
color: #D4DCF9;
}
</style>
background-color css
<style>
a { background-color: #D4DCF9; }
a { background-color: rgb(212,220,249); }
div.DivClassName
{
background-color: #D4DCF9;
}
.BgClassName
{
background-color: #D4DCF9;
}
</style>
border-color css
<style>
span { border-color: #D4DCF9; }
span { border-color: rgb(212,220,249); }
td.TdClassName
{
border-color: #D4DCF9;
}
.TagClassName
{
border-color: #D4DCF9;
}
</style>