Shades of Hawkes Blue #D0D4E7
Tints of Hawkes Blue #D0D4E7
RGB
CMYK
RGB Variations
Color information
#D0D4E7 (or 0xD0D4E7) is known color: Hawkes Blue. HEX triplet: D0, D4 and E7. RGB value is (208,212,231). Sum of RGB (Red+Green+Blue) = 208+212+231=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 231 - color contains mainly: blue. Hex color #D0D4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D4E7 is #2F2B18. Grayscale: #D4D4D4. Windows color (decimal): -3091225 or 15193296. OLE color: 15193296.
HSL color Cylindrical-coordinate representation of color #D0D4E7: hue angle of 229.57º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0D4E7 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 208 | 212 | 231 | - |
CMYK | 0.10 | 0.08 | 0 | 0.09 |
HSL | 229.57º | 0.32% | 0.86% | - |
HSV(B) | 229.57º | 0.1% | 0.91% | - |
XYZ | 63.98 | 66.27 | 85.02 | - |
YUV | 212.97 | 138.17 | 124.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 212 | 231 | 0.10 | 0.08 | 0 | 0.09 | 229.57 | 0.32 | 0.86 |
Hex | D0 | D4 | E7 | A | 8 | 0 | 9 | E6 | 20 | 56 |
Octal | 320 | 324 | 347 | 12 | 10 | 0 | 11 | 346 | 40 | 126 |
Binary | 11010000 | 11010100 | 11100111 | 1010 | 1000 | 0 | 1001 | 11100110 | 100000 | 1010110 |
Color Harmonies of #D0D4E7
Complementary color
Monochromatic Colors of #D0D4E7
Black with #D0D4E7
Text Example
Text Example
White with #D0D4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D4E7; }
p { color: rgb(208,212,231); }
H1.HeaderClassName
{
color: #D0D4E7;
}
.AnyTagClassName
{
color: #D0D4E7;
}
</style>
background-color css
<style>
a { background-color: #D0D4E7; }
a { background-color: rgb(208,212,231); }
div.DivClassName
{
background-color: #D0D4E7;
}
.BgClassName
{
background-color: #D0D4E7;
}
</style>
border-color css
<style>
span { border-color: #D0D4E7; }
span { border-color: rgb(208,212,231); }
td.TdClassName
{
border-color: #D0D4E7;
}
.TagClassName
{
border-color: #D0D4E7;
}
</style>