Shades of Hawkes Blue #CDDCF7
Tints of Hawkes Blue #CDDCF7
RGB
CMYK
RGB Variations
Color information
#CDDCF7 (or 0xCDDCF7) is known color: Hawkes Blue. HEX triplet: CD, DC and F7. RGB value is (205,220,247). Sum of RGB (Red+Green+Blue) = 205+220+247=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDDCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCF7 is #322308. Grayscale: #DADADA. Windows color (decimal): -3285769 or 16243917. OLE color: 16243917.
HSL color Cylindrical-coordinate representation of color #CDDCF7: hue angle of 218.57º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDDCF7 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 220 | 247 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.03 |
| HSL | 218.57º | 0.72% | 0.89% | - |
| HSV(B) | 218.57º | 0.17% | 0.97% | - |
| XYZ | 67.56 | 70.88 | 98.12 | - |
| YUV | 218.59 | 144.03 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 247 | 0.17 | 0.11 | 0 | 0.03 | 218.57 | 0.72 | 0.89 |
| Hex | CD | DC | F7 | 11 | B | 0 | 3 | DB | 48 | 59 |
| Octal | 315 | 334 | 367 | 21 | 13 | 0 | 3 | 333 | 110 | 131 |
| Binary | 11001101 | 11011100 | 11110111 | 10001 | 1011 | 0 | 11 | 11011011 | 1001000 | 1011001 |
Color Harmonies of #CDDCF7
Complementary color
Monochromatic Colors of #CDDCF7
Black with #CDDCF7
Text Example
Text Example
White with #CDDCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCF7; }
p { color: rgb(205,220,247); }
H1.HeaderClassName
{
color: #CDDCF7;
}
.AnyTagClassName
{
color: #CDDCF7;
}
</style>
background-color css
<style>
a { background-color: #CDDCF7; }
a { background-color: rgb(205,220,247); }
div.DivClassName
{
background-color: #CDDCF7;
}
.BgClassName
{
background-color: #CDDCF7;
}
</style>
border-color css
<style>
span { border-color: #CDDCF7; }
span { border-color: rgb(205,220,247); }
td.TdClassName
{
border-color: #CDDCF7;
}
.TagClassName
{
border-color: #CDDCF7;
}
</style>