Shades of Hawkes Blue #CDD9FB
Tints of Hawkes Blue #CDD9FB
RGB
CMYK
RGB Variations
Color information
#CDD9FB (or 0xCDD9FB) is known color: Hawkes Blue. HEX triplet: CD, D9 and FB. RGB value is (205,217,251). Sum of RGB (Red+Green+Blue) = 205+217+251=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 217 (85.16% from 255 or 32.24% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDD9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9FB is #322604. Grayscale: #D9D9D9. Windows color (decimal): -3286533 or 16505293. OLE color: 16505293.
HSL color Cylindrical-coordinate representation of color #CDD9FB: hue angle of 224.35º degrees, saturation: 0.85, 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 #CDD9FB is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 217 | 251 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.02 |
| HSL | 224.35º | 0.85% | 0.89% | - |
| HSV(B) | 224.35º | 0.18% | 0.98% | - |
| XYZ | 67.4 | 69.57 | 101.14 | - |
| YUV | 217.29 | 147.02 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 251 | 0.18 | 0.14 | 0 | 0.02 | 224.35 | 0.85 | 0.89 |
| Hex | CD | D9 | FB | 12 | E | 0 | 2 | E0 | 55 | 59 |
| Octal | 315 | 331 | 373 | 22 | 16 | 0 | 2 | 340 | 125 | 131 |
| Binary | 11001101 | 11011001 | 11111011 | 10010 | 1110 | 0 | 10 | 11100000 | 1010101 | 1011001 |
Color Harmonies of #CDD9FB
Complementary color
Monochromatic Colors of #CDD9FB
Black with #CDD9FB
Text Example
Text Example
White with #CDD9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9FB; }
p { color: rgb(205,217,251); }
H1.HeaderClassName
{
color: #CDD9FB;
}
.AnyTagClassName
{
color: #CDD9FB;
}
</style>
background-color css
<style>
a { background-color: #CDD9FB; }
a { background-color: rgb(205,217,251); }
div.DivClassName
{
background-color: #CDD9FB;
}
.BgClassName
{
background-color: #CDD9FB;
}
</style>
border-color css
<style>
span { border-color: #CDD9FB; }
span { border-color: rgb(205,217,251); }
td.TdClassName
{
border-color: #CDD9FB;
}
.TagClassName
{
border-color: #CDD9FB;
}
</style>