Shades of Hawkes Blue #CDD6ED
Tints of Hawkes Blue #CDD6ED
RGB
CMYK
RGB Variations
Color information
#CDD6ED (or 0xCDD6ED) is known color: Hawkes Blue. HEX triplet: CD, D6 and ED. RGB value is (205,214,237). Sum of RGB (Red+Green+Blue) = 205+214+237=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDD6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6ED is #322912. Grayscale: #D5D5D5. Windows color (decimal): -3287315 or 15587021. OLE color: 15587021.
HSL color Cylindrical-coordinate representation of color #CDD6ED: hue angle of 223.12º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDD6ED is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 214 | 237 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.07 |
| HSL | 223.13º | 0.47% | 0.87% | - |
| HSV(B) | 223.13º | 0.14% | 0.93% | - |
| XYZ | 64.51 | 67.19 | 89.69 | - |
| YUV | 213.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 237 | 0.14 | 0.10 | 0 | 0.07 | 223.13 | 0.47 | 0.87 |
| Hex | CD | D6 | ED | E | A | 0 | 7 | DF | 2F | 57 |
| Octal | 315 | 326 | 355 | 16 | 12 | 0 | 7 | 337 | 57 | 127 |
| Binary | 11001101 | 11010110 | 11101101 | 1110 | 1010 | 0 | 111 | 11011111 | 101111 | 1010111 |
Color Harmonies of #CDD6ED
Complementary color
Monochromatic Colors of #CDD6ED
Black with #CDD6ED
Text Example
Text Example
White with #CDD6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD6ED; }
p { color: rgb(205,214,237); }
H1.HeaderClassName
{
color: #CDD6ED;
}
.AnyTagClassName
{
color: #CDD6ED;
}
</style>
background-color css
<style>
a { background-color: #CDD6ED; }
a { background-color: rgb(205,214,237); }
div.DivClassName
{
background-color: #CDD6ED;
}
.BgClassName
{
background-color: #CDD6ED;
}
</style>
border-color css
<style>
span { border-color: #CDD6ED; }
span { border-color: rgb(205,214,237); }
td.TdClassName
{
border-color: #CDD6ED;
}
.TagClassName
{
border-color: #CDD6ED;
}
</style>