Shades of Hawkes Blue #D0DDFA
Tints of Hawkes Blue #D0DDFA
RGB
CMYK
RGB Variations
Color information
#D0DDFA (or 0xD0DDFA) is known color: Hawkes Blue. HEX triplet: D0, DD and FA. RGB value is (208,221,250). Sum of RGB (Red+Green+Blue) = 208+221+250=679 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.63% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0DDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DDFA is #2F2205. Grayscale: #DCDCDC. Windows color (decimal): -3088902 or 16440784. OLE color: 16440784.
HSL color Cylindrical-coordinate representation of color #D0DDFA: hue angle of 221.43º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0DDFA is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 208 | 221 | 250 | - |
CMYK | 0.17 | 0.12 | 0 | 0.02 |
HSL | 221.43º | 0.81% | 0.9% | - |
HSV(B) | 221.43º | 0.17% | 0.98% | - |
XYZ | 69.12 | 72.02 | 100.7 | - |
YUV | 220.42 | 144.69 | 119.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 221 | 250 | 0.17 | 0.12 | 0 | 0.02 | 221.43 | 0.81 | 0.9 |
Hex | D0 | DD | FA | 11 | C | 0 | 2 | DD | 51 | 5A |
Octal | 320 | 335 | 372 | 21 | 14 | 0 | 2 | 335 | 121 | 132 |
Binary | 11010000 | 11011101 | 11111010 | 10001 | 1100 | 0 | 10 | 11011101 | 1010001 | 1011010 |
Color Harmonies of #D0DDFA
Complementary color
Monochromatic Colors of #D0DDFA
Black with #D0DDFA
Text Example
Text Example
White with #D0DDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDFA; }
p { color: rgb(208,221,250); }
H1.HeaderClassName
{
color: #D0DDFA;
}
.AnyTagClassName
{
color: #D0DDFA;
}
</style>
background-color css
<style>
a { background-color: #D0DDFA; }
a { background-color: rgb(208,221,250); }
div.DivClassName
{
background-color: #D0DDFA;
}
.BgClassName
{
background-color: #D0DDFA;
}
</style>
border-color css
<style>
span { border-color: #D0DDFA; }
span { border-color: rgb(208,221,250); }
td.TdClassName
{
border-color: #D0DDFA;
}
.TagClassName
{
border-color: #D0DDFA;
}
</style>