Shades of Hawkes Blue #D4DCFC
Tints of Hawkes Blue #D4DCFC
RGB
CMYK
RGB Variations
Color information
#D4DCFC (or 0xD4DCFC) is known color: Hawkes Blue. HEX triplet: D4, DC and FC. RGB value is (212,220,252). Sum of RGB (Red+Green+Blue) = 212+220+252=684 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.99% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4DCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DCFC is #2B2303. Grayscale: #DDDDDD. Windows color (decimal): -2827012 or 16571604. OLE color: 16571604.
HSL color Cylindrical-coordinate representation of color #D4DCFC: hue angle of 228º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4DCFC is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 220 | 252 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.01 |
| HSL | 228º | 0.87% | 0.91% | - |
| HSV(B) | 228º | 0.16% | 0.99% | - |
| XYZ | 70.32 | 72.21 | 102.33 | - |
| YUV | 221.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 252 | 0.16 | 0.13 | 0 | 0.01 | 228 | 0.87 | 0.91 |
| Hex | D4 | DC | FC | 10 | D | 0 | 1 | E4 | 57 | 5B |
| Octal | 324 | 334 | 374 | 20 | 15 | 0 | 1 | 344 | 127 | 133 |
| Binary | 11010100 | 11011100 | 11111100 | 10000 | 1101 | 0 | 1 | 11100100 | 1010111 | 1011011 |
Color Harmonies of #D4DCFC
Complementary color
Monochromatic Colors of #D4DCFC
Black with #D4DCFC
Text Example
Text Example
White with #D4DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCFC; }
p { color: rgb(212,220,252); }
H1.HeaderClassName
{
color: #D4DCFC;
}
.AnyTagClassName
{
color: #D4DCFC;
}
</style>
background-color css
<style>
a { background-color: #D4DCFC; }
a { background-color: rgb(212,220,252); }
div.DivClassName
{
background-color: #D4DCFC;
}
.BgClassName
{
background-color: #D4DCFC;
}
</style>
border-color css
<style>
span { border-color: #D4DCFC; }
span { border-color: rgb(212,220,252); }
td.TdClassName
{
border-color: #D4DCFC;
}
.TagClassName
{
border-color: #D4DCFC;
}
</style>