Shades of Hawkes Blue #D5DDF2
Tints of Hawkes Blue #D5DDF2
RGB
CMYK
RGB Variations
Color information
#D5DDF2 (or 0xD5DDF2) is known color: Hawkes Blue. HEX triplet: D5, DD and F2. RGB value is (213,221,242). Sum of RGB (Red+Green+Blue) = 213+221+242=676 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.51% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #D5DDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DDF2 is #2A220D. Grayscale: #DCDCDC. Windows color (decimal): -2761230 or 15916501. OLE color: 15916501.
HSL color Cylindrical-coordinate representation of color #D5DDF2: hue angle of 223.45º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5DDF2 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 213 | 221 | 242 | - |
CMYK | 0.12 | 0.09 | 0 | 0.05 |
HSL | 223.45º | 0.53% | 0.89% | - |
HSV(B) | 223.45º | 0.12% | 0.95% | - |
XYZ | 69.32 | 72.27 | 94.3 | - |
YUV | 221 | 139.85 | 122.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 221 | 242 | 0.12 | 0.09 | 0 | 0.05 | 223.45 | 0.53 | 0.89 |
Hex | D5 | DD | F2 | C | 9 | 0 | 5 | DF | 35 | 59 |
Octal | 325 | 335 | 362 | 14 | 11 | 0 | 5 | 337 | 65 | 131 |
Binary | 11010101 | 11011101 | 11110010 | 1100 | 1001 | 0 | 101 | 11011111 | 110101 | 1011001 |
Color Harmonies of #D5DDF2
Complementary color
Monochromatic Colors of #D5DDF2
Black with #D5DDF2
Text Example
Text Example
White with #D5DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DDF2; }
p { color: rgb(213,221,242); }
H1.HeaderClassName
{
color: #D5DDF2;
}
.AnyTagClassName
{
color: #D5DDF2;
}
</style>
background-color css
<style>
a { background-color: #D5DDF2; }
a { background-color: rgb(213,221,242); }
div.DivClassName
{
background-color: #D5DDF2;
}
.BgClassName
{
background-color: #D5DDF2;
}
</style>
border-color css
<style>
span { border-color: #D5DDF2; }
span { border-color: rgb(213,221,242); }
td.TdClassName
{
border-color: #D5DDF2;
}
.TagClassName
{
border-color: #D5DDF2;
}
</style>