Shades of Hawkes Blue #D4DCED
Tints of Hawkes Blue #D4DCED
RGB
CMYK
RGB Variations
Color information
#D4DCED (or 0xD4DCED) is known color: Hawkes Blue. HEX triplet: D4, DC and ED. RGB value is (212,220,237). Sum of RGB (Red+Green+Blue) = 212+220+237=669 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.69% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4DCED is #2B2312. Grayscale: #DBDBDB. Windows color (decimal): -2827027 or 15588564. OLE color: 15588564.
HSL color Cylindrical-coordinate representation of color #D4DCED: hue angle of 220.8º degrees, saturation: 0.41, 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 #D4DCED is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 212 | 220 | 237 | - |
CMYK | 0.11 | 0.07 | 0 | 0.07 |
HSL | 220.8º | 0.41% | 0.88% | - |
HSV(B) | 220.8º | 0.11% | 0.93% | - |
XYZ | 68.03 | 71.3 | 90.3 | - |
YUV | 219.55 | 137.85 | 122.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 220 | 237 | 0.11 | 0.07 | 0 | 0.07 | 220.8 | 0.41 | 0.88 |
Hex | D4 | DC | ED | B | 7 | 0 | 7 | DD | 29 | 58 |
Octal | 324 | 334 | 355 | 13 | 7 | 0 | 7 | 335 | 51 | 130 |
Binary | 11010100 | 11011100 | 11101101 | 1011 | 111 | 0 | 111 | 11011101 | 101001 | 1011000 |
Color Harmonies of #D4DCED
Complementary color
Monochromatic Colors of #D4DCED
Black with #D4DCED
Text Example
Text Example
White with #D4DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DCED; }
p { color: rgb(212,220,237); }
H1.HeaderClassName
{
color: #D4DCED;
}
.AnyTagClassName
{
color: #D4DCED;
}
</style>
background-color css
<style>
a { background-color: #D4DCED; }
a { background-color: rgb(212,220,237); }
div.DivClassName
{
background-color: #D4DCED;
}
.BgClassName
{
background-color: #D4DCED;
}
</style>
border-color css
<style>
span { border-color: #D4DCED; }
span { border-color: rgb(212,220,237); }
td.TdClassName
{
border-color: #D4DCED;
}
.TagClassName
{
border-color: #D4DCED;
}
</style>