Shades of Hawkes Blue #CDD6E6
Tints of Hawkes Blue #CDD6E6
RGB
CMYK
RGB Variations
Color information
#CDD6E6 (or 0xCDD6E6) is known color: Hawkes Blue. HEX triplet: CD, D6 and E6. RGB value is (205,214,230). Sum of RGB (Red+Green+Blue) = 205+214+230=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDD6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6E6 is #322919. Grayscale: #D5D5D5. Windows color (decimal): -3287322 or 15128269. OLE color: 15128269.
HSL color Cylindrical-coordinate representation of color #CDD6E6: hue angle of 218.4º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDD6E6 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 214 | 230 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.10 |
| HSL | 218.4º | 0.33% | 0.85% | - |
| HSV(B) | 218.4º | 0.11% | 0.9% | - |
| XYZ | 63.51 | 66.79 | 84.41 | - |
| YUV | 213.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 230 | 0.11 | 0.07 | 0 | 0.10 | 218.4 | 0.33 | 0.85 |
| Hex | CD | D6 | E6 | B | 7 | 0 | A | DA | 21 | 55 |
| Octal | 315 | 326 | 346 | 13 | 7 | 0 | 12 | 332 | 41 | 125 |
| Binary | 11001101 | 11010110 | 11100110 | 1011 | 111 | 0 | 1010 | 11011010 | 100001 | 1010101 |
Color Harmonies of #CDD6E6
Complementary color
Monochromatic Colors of #CDD6E6
Black with #CDD6E6
Text Example
Text Example
White with #CDD6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD6E6; }
p { color: rgb(205,214,230); }
H1.HeaderClassName
{
color: #CDD6E6;
}
.AnyTagClassName
{
color: #CDD6E6;
}
</style>
background-color css
<style>
a { background-color: #CDD6E6; }
a { background-color: rgb(205,214,230); }
div.DivClassName
{
background-color: #CDD6E6;
}
.BgClassName
{
background-color: #CDD6E6;
}
</style>
border-color css
<style>
span { border-color: #CDD6E6; }
span { border-color: rgb(205,214,230); }
td.TdClassName
{
border-color: #CDD6E6;
}
.TagClassName
{
border-color: #CDD6E6;
}
</style>