Shades of Hawkes Blue #CDD9E7
Tints of Hawkes Blue #CDD9E7
RGB
CMYK
RGB Variations
Color information
#CDD9E7 (or 0xCDD9E7) is known color: Hawkes Blue. HEX triplet: CD, D9 and E7. RGB value is (205,217,231). Sum of RGB (Red+Green+Blue) = 205+217+231=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDD9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9E7 is #322618. Grayscale: #D6D6D6. Windows color (decimal): -3286553 or 15194573. OLE color: 15194573.
HSL color Cylindrical-coordinate representation of color #CDD9E7: hue angle of 212.31º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDD9E7 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 217 | 231 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.09 |
| HSL | 212.31º | 0.35% | 0.85% | - |
| HSV(B) | 212.31º | 0.11% | 0.91% | - |
| XYZ | 64.41 | 68.37 | 85.4 | - |
| YUV | 215.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 231 | 0.11 | 0.06 | 0 | 0.09 | 212.31 | 0.35 | 0.85 |
| Hex | CD | D9 | E7 | B | 6 | 0 | 9 | D4 | 23 | 55 |
| Octal | 315 | 331 | 347 | 13 | 6 | 0 | 11 | 324 | 43 | 125 |
| Binary | 11001101 | 11011001 | 11100111 | 1011 | 110 | 0 | 1001 | 11010100 | 100011 | 1010101 |
Color Harmonies of #CDD9E7
Complementary color
Monochromatic Colors of #CDD9E7
Black with #CDD9E7
Text Example
Text Example
White with #CDD9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9E7; }
p { color: rgb(205,217,231); }
H1.HeaderClassName
{
color: #CDD9E7;
}
.AnyTagClassName
{
color: #CDD9E7;
}
</style>
background-color css
<style>
a { background-color: #CDD9E7; }
a { background-color: rgb(205,217,231); }
div.DivClassName
{
background-color: #CDD9E7;
}
.BgClassName
{
background-color: #CDD9E7;
}
</style>
border-color css
<style>
span { border-color: #CDD9E7; }
span { border-color: rgb(205,217,231); }
td.TdClassName
{
border-color: #CDD9E7;
}
.TagClassName
{
border-color: #CDD9E7;
}
</style>