Shades of Hawkes Blue #CDDFF9
Tints of Hawkes Blue #CDDFF9
RGB
CMYK
RGB Variations
Color information
#CDDFF9 (or 0xCDDFF9) is known color: Hawkes Blue. HEX triplet: CD, DF and F9. RGB value is (205,223,249). Sum of RGB (Red+Green+Blue) = 205+223+249=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDDFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFF9 is #322006. Grayscale: #DCDCDC. Windows color (decimal): -3284999 or 16375757. OLE color: 16375757.
HSL color Cylindrical-coordinate representation of color #CDDFF9: hue angle of 215.45º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDDFF9 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 223 | 249 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.02 |
| HSL | 215.45º | 0.79% | 0.89% | - |
| HSV(B) | 215.45º | 0.18% | 0.98% | - |
| XYZ | 68.66 | 72.59 | 100.02 | - |
| YUV | 220.58 | 144.04 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 249 | 0.18 | 0.10 | 0 | 0.02 | 215.45 | 0.79 | 0.89 |
| Hex | CD | DF | F9 | 12 | A | 0 | 2 | D7 | 4F | 59 |
| Octal | 315 | 337 | 371 | 22 | 12 | 0 | 2 | 327 | 117 | 131 |
| Binary | 11001101 | 11011111 | 11111001 | 10010 | 1010 | 0 | 10 | 11010111 | 1001111 | 1011001 |
Color Harmonies of #CDDFF9
Complementary color
Monochromatic Colors of #CDDFF9
Black with #CDDFF9
Text Example
Text Example
White with #CDDFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFF9; }
p { color: rgb(205,223,249); }
H1.HeaderClassName
{
color: #CDDFF9;
}
.AnyTagClassName
{
color: #CDDFF9;
}
</style>
background-color css
<style>
a { background-color: #CDDFF9; }
a { background-color: rgb(205,223,249); }
div.DivClassName
{
background-color: #CDDFF9;
}
.BgClassName
{
background-color: #CDDFF9;
}
</style>
border-color css
<style>
span { border-color: #CDDFF9; }
span { border-color: rgb(205,223,249); }
td.TdClassName
{
border-color: #CDDFF9;
}
.TagClassName
{
border-color: #CDDFF9;
}
</style>