Shades of Hawkes Blue #D4DCFD
Tints of Hawkes Blue #D4DCFD
RGB
CMYK
RGB Variations
Color information
#D4DCFD (or 0xD4DCFD) is known color: Hawkes Blue. HEX triplet: D4, DC and FD. RGB value is (212,220,253). Sum of RGB (Red+Green+Blue) = 212+220+253=685 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.95% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4DCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DCFD is #2B2302. Grayscale: #DDDDDD. Windows color (decimal): -2827011 or 16637140. OLE color: 16637140.
HSL color Cylindrical-coordinate representation of color #D4DCFD: hue angle of 228.29º degrees, saturation: 0.91, 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 #D4DCFD is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 220 | 253 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.01 |
| HSL | 228.29º | 0.91% | 0.91% | - |
| HSV(B) | 228.29º | 0.16% | 0.99% | - |
| XYZ | 70.47 | 72.28 | 103.16 | - |
| YUV | 221.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 253 | 0.16 | 0.13 | 0 | 0.01 | 228.29 | 0.91 | 0.91 |
| Hex | D4 | DC | FD | 10 | D | 0 | 1 | E4 | 5B | 5B |
| Octal | 324 | 334 | 375 | 20 | 15 | 0 | 1 | 344 | 133 | 133 |
| Binary | 11010100 | 11011100 | 11111101 | 10000 | 1101 | 0 | 1 | 11100100 | 1011011 | 1011011 |
Color Harmonies of #D4DCFD
Complementary color
Monochromatic Colors of #D4DCFD
Black with #D4DCFD
Text Example
Text Example
White with #D4DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCFD; }
p { color: rgb(212,220,253); }
H1.HeaderClassName
{
color: #D4DCFD;
}
.AnyTagClassName
{
color: #D4DCFD;
}
</style>
background-color css
<style>
a { background-color: #D4DCFD; }
a { background-color: rgb(212,220,253); }
div.DivClassName
{
background-color: #D4DCFD;
}
.BgClassName
{
background-color: #D4DCFD;
}
</style>
border-color css
<style>
span { border-color: #D4DCFD; }
span { border-color: rgb(212,220,253); }
td.TdClassName
{
border-color: #D4DCFD;
}
.TagClassName
{
border-color: #D4DCFD;
}
</style>