Shades of Hawkes Blue #CDD6F0
Tints of Hawkes Blue #CDD6F0
RGB
CMYK
RGB Variations
Color information
#CDD6F0 (or 0xCDD6F0) is known color: Hawkes Blue. HEX triplet: CD, D6 and F0. RGB value is (205,214,240). Sum of RGB (Red+Green+Blue) = 205+214+240=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 214 (83.98% from 255 or 32.47% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDD6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6F0 is #32290F. Grayscale: #D6D6D6. Windows color (decimal): -3287312 or 15783629. OLE color: 15783629.
HSL color Cylindrical-coordinate representation of color #CDD6F0: hue angle of 224.57º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDD6F0 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 214 | 240 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.06 |
| HSL | 224.57º | 0.54% | 0.87% | - |
| HSV(B) | 224.57º | 0.15% | 0.94% | - |
| XYZ | 64.95 | 67.36 | 92.02 | - |
| YUV | 214.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 240 | 0.15 | 0.11 | 0 | 0.06 | 224.57 | 0.54 | 0.87 |
| Hex | CD | D6 | F0 | F | B | 0 | 6 | E1 | 36 | 57 |
| Octal | 315 | 326 | 360 | 17 | 13 | 0 | 6 | 341 | 66 | 127 |
| Binary | 11001101 | 11010110 | 11110000 | 1111 | 1011 | 0 | 110 | 11100001 | 110110 | 1010111 |
Color Harmonies of #CDD6F0
Complementary color
Monochromatic Colors of #CDD6F0
Black with #CDD6F0
Text Example
Text Example
White with #CDD6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD6F0; }
p { color: rgb(205,214,240); }
H1.HeaderClassName
{
color: #CDD6F0;
}
.AnyTagClassName
{
color: #CDD6F0;
}
</style>
background-color css
<style>
a { background-color: #CDD6F0; }
a { background-color: rgb(205,214,240); }
div.DivClassName
{
background-color: #CDD6F0;
}
.BgClassName
{
background-color: #CDD6F0;
}
</style>
border-color css
<style>
span { border-color: #CDD6F0; }
span { border-color: rgb(205,214,240); }
td.TdClassName
{
border-color: #CDD6F0;
}
.TagClassName
{
border-color: #CDD6F0;
}
</style>