Shades of Hawkes Blue #CDD9E8
Tints of Hawkes Blue #CDD9E8
RGB
CMYK
RGB Variations
Color information
#CDD9E8 (or 0xCDD9E8) is known color: Hawkes Blue. HEX triplet: CD, D9 and E8. RGB value is (205,217,232). Sum of RGB (Red+Green+Blue) = 205+217+232=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDD9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9E8 is #322617. Grayscale: #D7D7D7. Windows color (decimal): -3286552 or 15260109. OLE color: 15260109.
HSL color Cylindrical-coordinate representation of color #CDD9E8: hue angle of 213.33º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDD9E8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 217 | 232 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.09 |
| HSL | 213.33º | 0.37% | 0.86% | - |
| HSV(B) | 213.33º | 0.12% | 0.91% | - |
| XYZ | 64.56 | 68.43 | 86.15 | - |
| YUV | 215.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 232 | 0.12 | 0.06 | 0 | 0.09 | 213.33 | 0.37 | 0.86 |
| Hex | CD | D9 | E8 | C | 6 | 0 | 9 | D5 | 25 | 56 |
| Octal | 315 | 331 | 350 | 14 | 6 | 0 | 11 | 325 | 45 | 126 |
| Binary | 11001101 | 11011001 | 11101000 | 1100 | 110 | 0 | 1001 | 11010101 | 100101 | 1010110 |
Color Harmonies of #CDD9E8
Complementary color
Monochromatic Colors of #CDD9E8
Black with #CDD9E8
Text Example
Text Example
White with #CDD9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9E8; }
p { color: rgb(205,217,232); }
H1.HeaderClassName
{
color: #CDD9E8;
}
.AnyTagClassName
{
color: #CDD9E8;
}
</style>
background-color css
<style>
a { background-color: #CDD9E8; }
a { background-color: rgb(205,217,232); }
div.DivClassName
{
background-color: #CDD9E8;
}
.BgClassName
{
background-color: #CDD9E8;
}
</style>
border-color css
<style>
span { border-color: #CDD9E8; }
span { border-color: rgb(205,217,232); }
td.TdClassName
{
border-color: #CDD9E8;
}
.TagClassName
{
border-color: #CDD9E8;
}
</style>