Shades of Hawkes Blue #D2D5EA
Tints of Hawkes Blue #D2D5EA
RGB
CMYK
RGB Variations
Color information
#D2D5EA (or 0xD2D5EA) is known color: Hawkes Blue. HEX triplet: D2, D5 and EA. RGB value is (210,213,234). Sum of RGB (Red+Green+Blue) = 210+213+234=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2D5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D5EA is #2D2A15. Grayscale: #D6D6D6. Windows color (decimal): -2959894 or 15390162. OLE color: 15390162.
HSL color Cylindrical-coordinate representation of color #D2D5EA: hue angle of 232.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2D5EA is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 213 | 234 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.08 |
| HSL | 232.5º | 0.36% | 0.87% | - |
| HSV(B) | 232.5º | 0.1% | 0.92% | - |
| XYZ | 65.22 | 67.23 | 87.38 | - |
| YUV | 214.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 234 | 0.10 | 0.09 | 0 | 0.08 | 232.5 | 0.36 | 0.87 |
| Hex | D2 | D5 | EA | A | 9 | 0 | 8 | E8 | 24 | 57 |
| Octal | 322 | 325 | 352 | 12 | 11 | 0 | 10 | 350 | 44 | 127 |
| Binary | 11010010 | 11010101 | 11101010 | 1010 | 1001 | 0 | 1000 | 11101000 | 100100 | 1010111 |
Color Harmonies of #D2D5EA
Complementary color
Monochromatic Colors of #D2D5EA
Black with #D2D5EA
Text Example
Text Example
White with #D2D5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D5EA; }
p { color: rgb(210,213,234); }
H1.HeaderClassName
{
color: #D2D5EA;
}
.AnyTagClassName
{
color: #D2D5EA;
}
</style>
background-color css
<style>
a { background-color: #D2D5EA; }
a { background-color: rgb(210,213,234); }
div.DivClassName
{
background-color: #D2D5EA;
}
.BgClassName
{
background-color: #D2D5EA;
}
</style>
border-color css
<style>
span { border-color: #D2D5EA; }
span { border-color: rgb(210,213,234); }
td.TdClassName
{
border-color: #D2D5EA;
}
.TagClassName
{
border-color: #D2D5EA;
}
</style>