Shades of Hawkes Blue #D3DDEC
Tints of Hawkes Blue #D3DDEC
RGB
CMYK
RGB Variations
Color information
#D3DDEC (or 0xD3DDEC) is known color: Hawkes Blue. HEX triplet: D3, DD and EC. RGB value is (211,221,236). Sum of RGB (Red+Green+Blue) = 211+221+236=668 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.59% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DDEC is #2C2213. Grayscale: #DBDBDB. Windows color (decimal): -2892308 or 15523283. OLE color: 15523283.
HSL color Cylindrical-coordinate representation of color #D3DDEC: hue angle of 216º degrees, saturation: 0.4, 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 #D3DDEC is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 211 | 221 | 236 | - |
CMYK | 0.11 | 0.06 | 0 | 0.07 |
HSL | 216º | 0.4% | 0.88% | - |
HSV(B) | 216º | 0.11% | 0.93% | - |
XYZ | 67.86 | 71.62 | 89.6 | - |
YUV | 219.72 | 137.19 | 121.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 221 | 236 | 0.11 | 0.06 | 0 | 0.07 | 216 | 0.4 | 0.88 |
Hex | D3 | DD | EC | B | 6 | 0 | 7 | D8 | 28 | 58 |
Octal | 323 | 335 | 354 | 13 | 6 | 0 | 7 | 330 | 50 | 130 |
Binary | 11010011 | 11011101 | 11101100 | 1011 | 110 | 0 | 111 | 11011000 | 101000 | 1011000 |
Color Harmonies of #D3DDEC
Complementary color
Monochromatic Colors of #D3DDEC
Black with #D3DDEC
Text Example
Text Example
White with #D3DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DDEC; }
p { color: rgb(211,221,236); }
H1.HeaderClassName
{
color: #D3DDEC;
}
.AnyTagClassName
{
color: #D3DDEC;
}
</style>
background-color css
<style>
a { background-color: #D3DDEC; }
a { background-color: rgb(211,221,236); }
div.DivClassName
{
background-color: #D3DDEC;
}
.BgClassName
{
background-color: #D3DDEC;
}
</style>
border-color css
<style>
span { border-color: #D3DDEC; }
span { border-color: rgb(211,221,236); }
td.TdClassName
{
border-color: #D3DDEC;
}
.TagClassName
{
border-color: #D3DDEC;
}
</style>