Shades of Hawkes Blue #CDD8EF
Tints of Hawkes Blue #CDD8EF
RGB
CMYK
RGB Variations
Color information
#CDD8EF (or 0xCDD8EF) is known color: Hawkes Blue. HEX triplet: CD, D8 and EF. RGB value is (205,216,239). Sum of RGB (Red+Green+Blue) = 205+216+239=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 216 (84.77% from 255 or 32.73% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDD8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD8EF is #322710. Grayscale: #D7D7D7. Windows color (decimal): -3286801 or 15718605. OLE color: 15718605.
HSL color Cylindrical-coordinate representation of color #CDD8EF: hue angle of 220.59º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDD8EF is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 216 | 239 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.06 |
| HSL | 220.59º | 0.52% | 0.87% | - |
| HSV(B) | 220.59º | 0.14% | 0.94% | - |
| XYZ | 65.31 | 68.32 | 91.41 | - |
| YUV | 215.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 239 | 0.14 | 0.10 | 0 | 0.06 | 220.59 | 0.52 | 0.87 |
| Hex | CD | D8 | EF | E | A | 0 | 6 | DD | 34 | 57 |
| Octal | 315 | 330 | 357 | 16 | 12 | 0 | 6 | 335 | 64 | 127 |
| Binary | 11001101 | 11011000 | 11101111 | 1110 | 1010 | 0 | 110 | 11011101 | 110100 | 1010111 |
Color Harmonies of #CDD8EF
Complementary color
Monochromatic Colors of #CDD8EF
Black with #CDD8EF
Text Example
Text Example
White with #CDD8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8EF; }
p { color: rgb(205,216,239); }
H1.HeaderClassName
{
color: #CDD8EF;
}
.AnyTagClassName
{
color: #CDD8EF;
}
</style>
background-color css
<style>
a { background-color: #CDD8EF; }
a { background-color: rgb(205,216,239); }
div.DivClassName
{
background-color: #CDD8EF;
}
.BgClassName
{
background-color: #CDD8EF;
}
</style>
border-color css
<style>
span { border-color: #CDD8EF; }
span { border-color: rgb(205,216,239); }
td.TdClassName
{
border-color: #CDD8EF;
}
.TagClassName
{
border-color: #CDD8EF;
}
</style>