Shades of Hawkes Blue #CDD9FA
Tints of Hawkes Blue #CDD9FA
RGB
CMYK
RGB Variations
Color information
#CDD9FA (or 0xCDD9FA) is known color: Hawkes Blue. HEX triplet: CD, D9 and FA. RGB value is (205,217,250). Sum of RGB (Red+Green+Blue) = 205+217+250=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 217 (85.16% from 255 or 32.29% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDD9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9FA is #322605. Grayscale: #D9D9D9. Windows color (decimal): -3286534 or 16439757. OLE color: 16439757.
HSL color Cylindrical-coordinate representation of color #CDD9FA: hue angle of 224º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDD9FA is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 217 | 250 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.02 |
| HSL | 224º | 0.82% | 0.89% | - |
| HSV(B) | 224º | 0.18% | 0.98% | - |
| XYZ | 67.25 | 69.51 | 100.31 | - |
| YUV | 217.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 250 | 0.18 | 0.13 | 0 | 0.02 | 224 | 0.82 | 0.89 |
| Hex | CD | D9 | FA | 12 | D | 0 | 2 | E0 | 52 | 59 |
| Octal | 315 | 331 | 372 | 22 | 15 | 0 | 2 | 340 | 122 | 131 |
| Binary | 11001101 | 11011001 | 11111010 | 10010 | 1101 | 0 | 10 | 11100000 | 1010010 | 1011001 |
Color Harmonies of #CDD9FA
Complementary color
Monochromatic Colors of #CDD9FA
Black with #CDD9FA
Text Example
Text Example
White with #CDD9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9FA; }
p { color: rgb(205,217,250); }
H1.HeaderClassName
{
color: #CDD9FA;
}
.AnyTagClassName
{
color: #CDD9FA;
}
</style>
background-color css
<style>
a { background-color: #CDD9FA; }
a { background-color: rgb(205,217,250); }
div.DivClassName
{
background-color: #CDD9FA;
}
.BgClassName
{
background-color: #CDD9FA;
}
</style>
border-color css
<style>
span { border-color: #CDD9FA; }
span { border-color: rgb(205,217,250); }
td.TdClassName
{
border-color: #CDD9FA;
}
.TagClassName
{
border-color: #CDD9FA;
}
</style>