Shades of Hawkes Blue #D1D5EA
Tints of Hawkes Blue #D1D5EA
RGB
CMYK
RGB Variations
Color information
#D1D5EA (or 0xD1D5EA) is known color: Hawkes Blue. HEX triplet: D1, D5 and EA. RGB value is (209,213,234). Sum of RGB (Red+Green+Blue) = 209+213+234=656 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.86% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1D5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D5EA is #2E2A15. Grayscale: #D6D6D6. Windows color (decimal): -3025430 or 15390161. OLE color: 15390161.
HSL color Cylindrical-coordinate representation of color #D1D5EA: hue angle of 230.4º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1D5EA is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 209 | 213 | 234 | - |
CMYK | 0.11 | 0.09 | 0 | 0.08 |
HSL | 230.4º | 0.37% | 0.87% | - |
HSV(B) | 230.4º | 0.11% | 0.92% | - |
XYZ | 64.94 | 67.08 | 87.37 | - |
YUV | 214.2 | 139.17 | 124.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 213 | 234 | 0.11 | 0.09 | 0 | 0.08 | 230.4 | 0.37 | 0.87 |
Hex | D1 | D5 | EA | B | 9 | 0 | 8 | E6 | 25 | 57 |
Octal | 321 | 325 | 352 | 13 | 11 | 0 | 10 | 346 | 45 | 127 |
Binary | 11010001 | 11010101 | 11101010 | 1011 | 1001 | 0 | 1000 | 11100110 | 100101 | 1010111 |
Color Harmonies of #D1D5EA
Complementary color
Monochromatic Colors of #D1D5EA
Black with #D1D5EA
Text Example
Text Example
White with #D1D5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D5EA; }
p { color: rgb(209,213,234); }
H1.HeaderClassName
{
color: #D1D5EA;
}
.AnyTagClassName
{
color: #D1D5EA;
}
</style>
background-color css
<style>
a { background-color: #D1D5EA; }
a { background-color: rgb(209,213,234); }
div.DivClassName
{
background-color: #D1D5EA;
}
.BgClassName
{
background-color: #D1D5EA;
}
</style>
border-color css
<style>
span { border-color: #D1D5EA; }
span { border-color: rgb(209,213,234); }
td.TdClassName
{
border-color: #D1D5EA;
}
.TagClassName
{
border-color: #D1D5EA;
}
</style>