Shades of Hawkes Blue #CDD7F6
Tints of Hawkes Blue #CDD7F6
RGB
CMYK
RGB Variations
Color information
#CDD7F6 (or 0xCDD7F6) is known color: Hawkes Blue. HEX triplet: CD, D7 and F6. RGB value is (205,215,246). Sum of RGB (Red+Green+Blue) = 205+215+246=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 215 (84.38% from 255 or 32.28% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDD7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7F6 is #322809. Grayscale: #D7D7D7. Windows color (decimal): -3287050 or 16177101. OLE color: 16177101.
HSL color Cylindrical-coordinate representation of color #CDD7F6: hue angle of 225.37º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDD7F6 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 215 | 246 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.04 |
| HSL | 225.37º | 0.69% | 0.88% | - |
| HSV(B) | 225.37º | 0.17% | 0.96% | - |
| XYZ | 66.11 | 68.23 | 96.87 | - |
| YUV | 215.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 246 | 0.17 | 0.13 | 0 | 0.04 | 225.37 | 0.69 | 0.88 |
| Hex | CD | D7 | F6 | 11 | D | 0 | 4 | E1 | 45 | 58 |
| Octal | 315 | 327 | 366 | 21 | 15 | 0 | 4 | 341 | 105 | 130 |
| Binary | 11001101 | 11010111 | 11110110 | 10001 | 1101 | 0 | 100 | 11100001 | 1000101 | 1011000 |
Color Harmonies of #CDD7F6
Complementary color
Monochromatic Colors of #CDD7F6
Black with #CDD7F6
Text Example
Text Example
White with #CDD7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7F6; }
p { color: rgb(205,215,246); }
H1.HeaderClassName
{
color: #CDD7F6;
}
.AnyTagClassName
{
color: #CDD7F6;
}
</style>
background-color css
<style>
a { background-color: #CDD7F6; }
a { background-color: rgb(205,215,246); }
div.DivClassName
{
background-color: #CDD7F6;
}
.BgClassName
{
background-color: #CDD7F6;
}
</style>
border-color css
<style>
span { border-color: #CDD7F6; }
span { border-color: rgb(205,215,246); }
td.TdClassName
{
border-color: #CDD7F6;
}
.TagClassName
{
border-color: #CDD7F6;
}
</style>