Shades of Hawkes Blue #CDD8FA
Tints of Hawkes Blue #CDD8FA
RGB
CMYK
RGB Variations
Color information
#CDD8FA (or 0xCDD8FA) is known color: Hawkes Blue. HEX triplet: CD, D8 and FA. RGB value is (205,216,250). Sum of RGB (Red+Green+Blue) = 205+216+250=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDD8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD8FA is #322705. Grayscale: #D8D8D8. Windows color (decimal): -3286790 or 16439501. OLE color: 16439501.
HSL color Cylindrical-coordinate representation of color #CDD8FA: hue angle of 225.33º 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 #CDD8FA is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 216 | 250 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.02 |
| HSL | 225.33º | 0.82% | 0.89% | - |
| HSV(B) | 225.33º | 0.18% | 0.98% | - |
| XYZ | 66.99 | 68.99 | 100.23 | - |
| YUV | 216.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 250 | 0.18 | 0.14 | 0 | 0.02 | 225.33 | 0.82 | 0.89 |
| Hex | CD | D8 | FA | 12 | E | 0 | 2 | E1 | 52 | 59 |
| Octal | 315 | 330 | 372 | 22 | 16 | 0 | 2 | 341 | 122 | 131 |
| Binary | 11001101 | 11011000 | 11111010 | 10010 | 1110 | 0 | 10 | 11100001 | 1010010 | 1011001 |
Color Harmonies of #CDD8FA
Complementary color
Monochromatic Colors of #CDD8FA
Black with #CDD8FA
Text Example
Text Example
White with #CDD8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8FA; }
p { color: rgb(205,216,250); }
H1.HeaderClassName
{
color: #CDD8FA;
}
.AnyTagClassName
{
color: #CDD8FA;
}
</style>
background-color css
<style>
a { background-color: #CDD8FA; }
a { background-color: rgb(205,216,250); }
div.DivClassName
{
background-color: #CDD8FA;
}
.BgClassName
{
background-color: #CDD8FA;
}
</style>
border-color css
<style>
span { border-color: #CDD8FA; }
span { border-color: rgb(205,216,250); }
td.TdClassName
{
border-color: #CDD8FA;
}
.TagClassName
{
border-color: #CDD8FA;
}
</style>