Shades of Hawkes Blue #CDD9EA
Tints of Hawkes Blue #CDD9EA
RGB
CMYK
RGB Variations
Color information
#CDD9EA (or 0xCDD9EA) is known color: Hawkes Blue. HEX triplet: CD, D9 and EA. RGB value is (205,217,234). Sum of RGB (Red+Green+Blue) = 205+217+234=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDD9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9EA is #322615. Grayscale: #D7D7D7. Windows color (decimal): -3286550 or 15391181. OLE color: 15391181.
HSL color Cylindrical-coordinate representation of color #CDD9EA: hue angle of 215.17º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDD9EA is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 217 | 234 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.08 |
| HSL | 215.17º | 0.41% | 0.86% | - |
| HSV(B) | 215.17º | 0.12% | 0.92% | - |
| XYZ | 64.84 | 68.55 | 87.65 | - |
| YUV | 215.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 234 | 0.12 | 0.07 | 0 | 0.08 | 215.17 | 0.41 | 0.86 |
| Hex | CD | D9 | EA | C | 7 | 0 | 8 | D7 | 29 | 56 |
| Octal | 315 | 331 | 352 | 14 | 7 | 0 | 10 | 327 | 51 | 126 |
| Binary | 11001101 | 11011001 | 11101010 | 1100 | 111 | 0 | 1000 | 11010111 | 101001 | 1010110 |
Color Harmonies of #CDD9EA
Complementary color
Monochromatic Colors of #CDD9EA
Black with #CDD9EA
Text Example
Text Example
White with #CDD9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9EA; }
p { color: rgb(205,217,234); }
H1.HeaderClassName
{
color: #CDD9EA;
}
.AnyTagClassName
{
color: #CDD9EA;
}
</style>
background-color css
<style>
a { background-color: #CDD9EA; }
a { background-color: rgb(205,217,234); }
div.DivClassName
{
background-color: #CDD9EA;
}
.BgClassName
{
background-color: #CDD9EA;
}
</style>
border-color css
<style>
span { border-color: #CDD9EA; }
span { border-color: rgb(205,217,234); }
td.TdClassName
{
border-color: #CDD9EA;
}
.TagClassName
{
border-color: #CDD9EA;
}
</style>