Shades of Hawkes Blue #D3DBED
Tints of Hawkes Blue #D3DBED
RGB
CMYK
RGB Variations
Color information
#D3DBED (or 0xD3DBED) is known color: Hawkes Blue. HEX triplet: D3, DB and ED. RGB value is (211,219,237). Sum of RGB (Red+Green+Blue) = 211+219+237=667 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.63% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3DBED is #2C2412. Grayscale: #DADADA. Windows color (decimal): -2892819 or 15588307. OLE color: 15588307.
HSL color Cylindrical-coordinate representation of color #D3DBED: hue angle of 221.54º degrees, saturation: 0.42, 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 #D3DBED is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 211 | 219 | 237 | - |
CMYK | 0.11 | 0.08 | 0 | 0.07 |
HSL | 221.54º | 0.42% | 0.88% | - |
HSV(B) | 221.54º | 0.11% | 0.93% | - |
XYZ | 67.48 | 70.63 | 90.2 | - |
YUV | 218.66 | 138.35 | 122.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 219 | 237 | 0.11 | 0.08 | 0 | 0.07 | 221.54 | 0.42 | 0.88 |
Hex | D3 | DB | ED | B | 8 | 0 | 7 | DE | 2A | 58 |
Octal | 323 | 333 | 355 | 13 | 10 | 0 | 7 | 336 | 52 | 130 |
Binary | 11010011 | 11011011 | 11101101 | 1011 | 1000 | 0 | 111 | 11011110 | 101010 | 1011000 |
Color Harmonies of #D3DBED
Complementary color
Monochromatic Colors of #D3DBED
Black with #D3DBED
Text Example
Text Example
White with #D3DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DBED; }
p { color: rgb(211,219,237); }
H1.HeaderClassName
{
color: #D3DBED;
}
.AnyTagClassName
{
color: #D3DBED;
}
</style>
background-color css
<style>
a { background-color: #D3DBED; }
a { background-color: rgb(211,219,237); }
div.DivClassName
{
background-color: #D3DBED;
}
.BgClassName
{
background-color: #D3DBED;
}
</style>
border-color css
<style>
span { border-color: #D3DBED; }
span { border-color: rgb(211,219,237); }
td.TdClassName
{
border-color: #D3DBED;
}
.TagClassName
{
border-color: #D3DBED;
}
</style>