Shades of Hawkes Blue #CDD8F9
Tints of Hawkes Blue #CDD8F9
RGB
CMYK
RGB Variations
Color information
#CDD8F9 (or 0xCDD8F9) is known color: Hawkes Blue. HEX triplet: CD, D8 and F9. RGB value is (205,216,249). Sum of RGB (Red+Green+Blue) = 205+216+249=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 216 (84.77% from 255 or 32.24% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDD8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD8F9 is #322706. Grayscale: #D8D8D8. Windows color (decimal): -3286791 or 16373965. OLE color: 16373965.
HSL color Cylindrical-coordinate representation of color #CDD8F9: hue angle of 225º degrees, saturation: 0.79, 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 #CDD8F9 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 216 | 249 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.02 |
| HSL | 225º | 0.79% | 0.89% | - |
| HSV(B) | 225º | 0.18% | 0.98% | - |
| XYZ | 66.83 | 68.93 | 99.41 | - |
| YUV | 216.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 249 | 0.18 | 0.13 | 0 | 0.02 | 225 | 0.79 | 0.89 |
| Hex | CD | D8 | F9 | 12 | D | 0 | 2 | E1 | 4F | 59 |
| Octal | 315 | 330 | 371 | 22 | 15 | 0 | 2 | 341 | 117 | 131 |
| Binary | 11001101 | 11011000 | 11111001 | 10010 | 1101 | 0 | 10 | 11100001 | 1001111 | 1011001 |
Color Harmonies of #CDD8F9
Complementary color
Monochromatic Colors of #CDD8F9
Black with #CDD8F9
Text Example
Text Example
White with #CDD8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8F9; }
p { color: rgb(205,216,249); }
H1.HeaderClassName
{
color: #CDD8F9;
}
.AnyTagClassName
{
color: #CDD8F9;
}
</style>
background-color css
<style>
a { background-color: #CDD8F9; }
a { background-color: rgb(205,216,249); }
div.DivClassName
{
background-color: #CDD8F9;
}
.BgClassName
{
background-color: #CDD8F9;
}
</style>
border-color css
<style>
span { border-color: #CDD8F9; }
span { border-color: rgb(205,216,249); }
td.TdClassName
{
border-color: #CDD8F9;
}
.TagClassName
{
border-color: #CDD8F9;
}
</style>