Shades of Hawkes Blue #CDD9E9
Tints of Hawkes Blue #CDD9E9
RGB
CMYK
RGB Variations
Color information
#CDD9E9 (or 0xCDD9E9) is known color: Hawkes Blue. HEX triplet: CD, D9 and E9. RGB value is (205,217,233). Sum of RGB (Red+Green+Blue) = 205+217+233=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDD9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9E9 is #322616. Grayscale: #D7D7D7. Windows color (decimal): -3286551 or 15325645. OLE color: 15325645.
HSL color Cylindrical-coordinate representation of color #CDD9E9: hue angle of 214.29º degrees, saturation: 0.39, 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 #CDD9E9 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 217 | 233 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.09 |
| HSL | 214.29º | 0.39% | 0.86% | - |
| HSV(B) | 214.29º | 0.12% | 0.91% | - |
| XYZ | 64.7 | 68.49 | 86.9 | - |
| YUV | 215.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 233 | 0.12 | 0.07 | 0 | 0.09 | 214.29 | 0.39 | 0.86 |
| Hex | CD | D9 | E9 | C | 7 | 0 | 9 | D6 | 27 | 56 |
| Octal | 315 | 331 | 351 | 14 | 7 | 0 | 11 | 326 | 47 | 126 |
| Binary | 11001101 | 11011001 | 11101001 | 1100 | 111 | 0 | 1001 | 11010110 | 100111 | 1010110 |
Color Harmonies of #CDD9E9
Complementary color
Monochromatic Colors of #CDD9E9
Black with #CDD9E9
Text Example
Text Example
White with #CDD9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9E9; }
p { color: rgb(205,217,233); }
H1.HeaderClassName
{
color: #CDD9E9;
}
.AnyTagClassName
{
color: #CDD9E9;
}
</style>
background-color css
<style>
a { background-color: #CDD9E9; }
a { background-color: rgb(205,217,233); }
div.DivClassName
{
background-color: #CDD9E9;
}
.BgClassName
{
background-color: #CDD9E9;
}
</style>
border-color css
<style>
span { border-color: #CDD9E9; }
span { border-color: rgb(205,217,233); }
td.TdClassName
{
border-color: #CDD9E9;
}
.TagClassName
{
border-color: #CDD9E9;
}
</style>