Shades of Hawkes Blue #CDD7F0
Tints of Hawkes Blue #CDD7F0
RGB
CMYK
RGB Variations
Color information
#CDD7F0 (or 0xCDD7F0) is known color: Hawkes Blue. HEX triplet: CD, D7 and F0. RGB value is (205,215,240). Sum of RGB (Red+Green+Blue) = 205+215+240=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 215 (84.38% from 255 or 32.58% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDD7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7F0 is #32280F. Grayscale: #D6D6D6. Windows color (decimal): -3287056 or 15783885. OLE color: 15783885.
HSL color Cylindrical-coordinate representation of color #CDD7F0: hue angle of 222.86º 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 #CDD7F0 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 215 | 240 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.06 |
| HSL | 222.86º | 0.54% | 0.87% | - |
| HSV(B) | 222.86º | 0.15% | 0.94% | - |
| XYZ | 65.21 | 67.87 | 92.1 | - |
| YUV | 214.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 240 | 0.15 | 0.10 | 0 | 0.06 | 222.86 | 0.54 | 0.87 |
| Hex | CD | D7 | F0 | F | A | 0 | 6 | DF | 36 | 57 |
| Octal | 315 | 327 | 360 | 17 | 12 | 0 | 6 | 337 | 66 | 127 |
| Binary | 11001101 | 11010111 | 11110000 | 1111 | 1010 | 0 | 110 | 11011111 | 110110 | 1010111 |
Color Harmonies of #CDD7F0
Complementary color
Monochromatic Colors of #CDD7F0
Black with #CDD7F0
Text Example
Text Example
White with #CDD7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7F0; }
p { color: rgb(205,215,240); }
H1.HeaderClassName
{
color: #CDD7F0;
}
.AnyTagClassName
{
color: #CDD7F0;
}
</style>
background-color css
<style>
a { background-color: #CDD7F0; }
a { background-color: rgb(205,215,240); }
div.DivClassName
{
background-color: #CDD7F0;
}
.BgClassName
{
background-color: #CDD7F0;
}
</style>
border-color css
<style>
span { border-color: #CDD7F0; }
span { border-color: rgb(205,215,240); }
td.TdClassName
{
border-color: #CDD7F0;
}
.TagClassName
{
border-color: #CDD7F0;
}
</style>