Shades of Hawkes Blue #D2D5E9
Tints of Hawkes Blue #D2D5E9
RGB
CMYK
RGB Variations
Color information
#D2D5E9 (or 0xD2D5E9) is known color: Hawkes Blue. HEX triplet: D2, D5 and E9. RGB value is (210,213,233). Sum of RGB (Red+Green+Blue) = 210+213+233=656 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.01% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 233 - color contains mainly: blue. Hex color #D2D5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D5E9 is #2D2A16. Grayscale: #D6D6D6. Windows color (decimal): -2959895 or 15324626. OLE color: 15324626.
HSL color Cylindrical-coordinate representation of color #D2D5E9: hue angle of 232.17º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2D5E9 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 210 | 213 | 233 | - |
CMYK | 0.10 | 0.09 | 0 | 0.09 |
HSL | 232.17º | 0.34% | 0.87% | - |
HSV(B) | 232.17º | 0.1% | 0.91% | - |
XYZ | 65.08 | 67.17 | 86.63 | - |
YUV | 214.38 | 138.51 | 124.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 213 | 233 | 0.10 | 0.09 | 0 | 0.09 | 232.17 | 0.34 | 0.87 |
Hex | D2 | D5 | E9 | A | 9 | 0 | 9 | E8 | 22 | 57 |
Octal | 322 | 325 | 351 | 12 | 11 | 0 | 11 | 350 | 42 | 127 |
Binary | 11010010 | 11010101 | 11101001 | 1010 | 1001 | 0 | 1001 | 11101000 | 100010 | 1010111 |
Color Harmonies of #D2D5E9
Complementary color
Monochromatic Colors of #D2D5E9
Black with #D2D5E9
Text Example
Text Example
White with #D2D5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D5E9; }
p { color: rgb(210,213,233); }
H1.HeaderClassName
{
color: #D2D5E9;
}
.AnyTagClassName
{
color: #D2D5E9;
}
</style>
background-color css
<style>
a { background-color: #D2D5E9; }
a { background-color: rgb(210,213,233); }
div.DivClassName
{
background-color: #D2D5E9;
}
.BgClassName
{
background-color: #D2D5E9;
}
</style>
border-color css
<style>
span { border-color: #D2D5E9; }
span { border-color: rgb(210,213,233); }
td.TdClassName
{
border-color: #D2D5E9;
}
.TagClassName
{
border-color: #D2D5E9;
}
</style>