Shades of Hawkes Blue #CDD8F6
Tints of Hawkes Blue #CDD8F6
RGB
CMYK
RGB Variations
Color information
#CDD8F6 (or 0xCDD8F6) is known color: Hawkes Blue. HEX triplet: CD, D8 and F6. RGB value is (205,216,246). Sum of RGB (Red+Green+Blue) = 205+216+246=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDD8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD8F6 is #322709. Grayscale: #D8D8D8. Windows color (decimal): -3286794 or 16177357. OLE color: 16177357.
HSL color Cylindrical-coordinate representation of color #CDD8F6: hue angle of 223.9º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDD8F6 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 216 | 246 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.04 |
| HSL | 223.9º | 0.69% | 0.88% | - |
| HSV(B) | 223.9º | 0.17% | 0.96% | - |
| XYZ | 66.37 | 68.74 | 96.96 | - |
| YUV | 216.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 246 | 0.17 | 0.12 | 0 | 0.04 | 223.9 | 0.69 | 0.88 |
| Hex | CD | D8 | F6 | 11 | C | 0 | 4 | E0 | 45 | 58 |
| Octal | 315 | 330 | 366 | 21 | 14 | 0 | 4 | 340 | 105 | 130 |
| Binary | 11001101 | 11011000 | 11110110 | 10001 | 1100 | 0 | 100 | 11100000 | 1000101 | 1011000 |
Color Harmonies of #CDD8F6
Complementary color
Monochromatic Colors of #CDD8F6
Black with #CDD8F6
Text Example
Text Example
White with #CDD8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8F6; }
p { color: rgb(205,216,246); }
H1.HeaderClassName
{
color: #CDD8F6;
}
.AnyTagClassName
{
color: #CDD8F6;
}
</style>
background-color css
<style>
a { background-color: #CDD8F6; }
a { background-color: rgb(205,216,246); }
div.DivClassName
{
background-color: #CDD8F6;
}
.BgClassName
{
background-color: #CDD8F6;
}
</style>
border-color css
<style>
span { border-color: #CDD8F6; }
span { border-color: rgb(205,216,246); }
td.TdClassName
{
border-color: #CDD8F6;
}
.TagClassName
{
border-color: #CDD8F6;
}
</style>