Shades of Hawkes Blue #D4DEFD
Tints of Hawkes Blue #D4DEFD
RGB
CMYK
RGB Variations
Color information
#D4DEFD (or 0xD4DEFD) is known color: Hawkes Blue. HEX triplet: D4, DE and FD. RGB value is (212,222,253). Sum of RGB (Red+Green+Blue) = 212+222+253=687 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.86% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4DEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DEFD is #2B2102. Grayscale: #DEDEDE. Windows color (decimal): -2826499 or 16637652. OLE color: 16637652.
HSL color Cylindrical-coordinate representation of color #D4DEFD: hue angle of 225.37º 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 #D4DEFD is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 222 | 253 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.01 |
| HSL | 225.37º | 0.91% | 0.91% | - |
| HSV(B) | 225.37º | 0.16% | 0.99% | - |
| XYZ | 71 | 73.33 | 103.34 | - |
| YUV | 222.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 222 | 253 | 0.16 | 0.12 | 0 | 0.01 | 225.37 | 0.91 | 0.91 |
| Hex | D4 | DE | FD | 10 | C | 0 | 1 | E1 | 5B | 5B |
| Octal | 324 | 336 | 375 | 20 | 14 | 0 | 1 | 341 | 133 | 133 |
| Binary | 11010100 | 11011110 | 11111101 | 10000 | 1100 | 0 | 1 | 11100001 | 1011011 | 1011011 |
Color Harmonies of #D4DEFD
Complementary color
Monochromatic Colors of #D4DEFD
Black with #D4DEFD
Text Example
Text Example
White with #D4DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DEFD; }
p { color: rgb(212,222,253); }
H1.HeaderClassName
{
color: #D4DEFD;
}
.AnyTagClassName
{
color: #D4DEFD;
}
</style>
background-color css
<style>
a { background-color: #D4DEFD; }
a { background-color: rgb(212,222,253); }
div.DivClassName
{
background-color: #D4DEFD;
}
.BgClassName
{
background-color: #D4DEFD;
}
</style>
border-color css
<style>
span { border-color: #D4DEFD; }
span { border-color: rgb(212,222,253); }
td.TdClassName
{
border-color: #D4DEFD;
}
.TagClassName
{
border-color: #D4DEFD;
}
</style>