Shades of Hawkes Blue #D5DCED
Tints of Hawkes Blue #D5DCED
RGB
CMYK
RGB Variations
Color information
#D5DCED (or 0xD5DCED) is known color: Hawkes Blue. HEX triplet: D5, DC and ED. RGB value is (213,220,237). Sum of RGB (Red+Green+Blue) = 213+220+237=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DCED is #2A2312. Grayscale: #DBDBDB. Windows color (decimal): -2761491 or 15588565. OLE color: 15588565.
HSL color Cylindrical-coordinate representation of color #D5DCED: hue angle of 222.5º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5DCED is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 220 | 237 | - |
CMYK | 0.10 | 0.07 | 0 | 0.07 |
HSL | 222.5º | 0.4% | 0.88% | - |
HSV(B) | 222.5º | 0.1% | 0.93% | - |
XYZ | 68.32 | 71.45 | 90.31 | - |
YUV | 219.85 | 137.68 | 123.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 220 | 237 | 0.10 | 0.07 | 0 | 0.07 | 222.5 | 0.4 | 0.88 |
Hex | D5 | DC | ED | A | 7 | 0 | 7 | DE | 28 | 58 |
Octal | 325 | 334 | 355 | 12 | 7 | 0 | 7 | 336 | 50 | 130 |
Binary | 11010101 | 11011100 | 11101101 | 1010 | 111 | 0 | 111 | 11011110 | 101000 | 1011000 |
Color Harmonies of #D5DCED
Complementary color
Monochromatic Colors of #D5DCED
Black with #D5DCED
Text Example
Text Example
White with #D5DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DCED; }
p { color: rgb(213,220,237); }
H1.HeaderClassName
{
color: #D5DCED;
}
.AnyTagClassName
{
color: #D5DCED;
}
</style>
background-color css
<style>
a { background-color: #D5DCED; }
a { background-color: rgb(213,220,237); }
div.DivClassName
{
background-color: #D5DCED;
}
.BgClassName
{
background-color: #D5DCED;
}
</style>
border-color css
<style>
span { border-color: #D5DCED; }
span { border-color: rgb(213,220,237); }
td.TdClassName
{
border-color: #D5DCED;
}
.TagClassName
{
border-color: #D5DCED;
}
</style>