Shades of Hawkes Blue #D4DDEE
Tints of Hawkes Blue #D4DDEE
RGB
CMYK
RGB Variations
Color information
#D4DDEE (or 0xD4DDEE) is known color: Hawkes Blue. HEX triplet: D4, DD and EE. RGB value is (212,221,238). Sum of RGB (Red+Green+Blue) = 212+221+238=671 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.59% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DDEE is #2B2211. Grayscale: #DCDCDC. Windows color (decimal): -2826770 or 15654356. OLE color: 15654356.
HSL color Cylindrical-coordinate representation of color #D4DDEE: hue angle of 219.23º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4DDEE is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 221 | 238 | - |
CMYK | 0.11 | 0.07 | 0 | 0.07 |
HSL | 219.23º | 0.43% | 0.88% | - |
HSV(B) | 219.23º | 0.11% | 0.93% | - |
XYZ | 68.44 | 71.88 | 91.16 | - |
YUV | 220.25 | 138.02 | 122.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 221 | 238 | 0.11 | 0.07 | 0 | 0.07 | 219.23 | 0.43 | 0.88 |
Hex | D4 | DD | EE | B | 7 | 0 | 7 | DB | 2B | 58 |
Octal | 324 | 335 | 356 | 13 | 7 | 0 | 7 | 333 | 53 | 130 |
Binary | 11010100 | 11011101 | 11101110 | 1011 | 111 | 0 | 111 | 11011011 | 101011 | 1011000 |
Color Harmonies of #D4DDEE
Complementary color
Monochromatic Colors of #D4DDEE
Black with #D4DDEE
Text Example
Text Example
White with #D4DDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DDEE; }
p { color: rgb(212,221,238); }
H1.HeaderClassName
{
color: #D4DDEE;
}
.AnyTagClassName
{
color: #D4DDEE;
}
</style>
background-color css
<style>
a { background-color: #D4DDEE; }
a { background-color: rgb(212,221,238); }
div.DivClassName
{
background-color: #D4DDEE;
}
.BgClassName
{
background-color: #D4DDEE;
}
</style>
border-color css
<style>
span { border-color: #D4DDEE; }
span { border-color: rgb(212,221,238); }
td.TdClassName
{
border-color: #D4DDEE;
}
.TagClassName
{
border-color: #D4DDEE;
}
</style>