Shades of Hawkes Blue #CDD9F9
Tints of Hawkes Blue #CDD9F9
RGB
CMYK
RGB Variations
Color information
#CDD9F9 (or 0xCDD9F9) is known color: Hawkes Blue. HEX triplet: CD, D9 and F9. RGB value is (205,217,249). Sum of RGB (Red+Green+Blue) = 205+217+249=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDD9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9F9 is #322606. Grayscale: #D8D8D8. Windows color (decimal): -3286535 or 16374221. OLE color: 16374221.
HSL color Cylindrical-coordinate representation of color #CDD9F9: hue angle of 223.64º 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 #CDD9F9 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 217 | 249 | - |
CMYK | 0.18 | 0.13 | 0 | 0.02 |
HSL | 223.64º | 0.79% | 0.89% | - |
HSV(B) | 223.64º | 0.18% | 0.98% | - |
XYZ | 67.09 | 69.44 | 99.49 | - |
YUV | 217.06 | 146.02 | 119.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 217 | 249 | 0.18 | 0.13 | 0 | 0.02 | 223.64 | 0.79 | 0.89 |
Hex | CD | D9 | F9 | 12 | D | 0 | 2 | E0 | 4F | 59 |
Octal | 315 | 331 | 371 | 22 | 15 | 0 | 2 | 340 | 117 | 131 |
Binary | 11001101 | 11011001 | 11111001 | 10010 | 1101 | 0 | 10 | 11100000 | 1001111 | 1011001 |
Color Harmonies of #CDD9F9
Complementary color
Monochromatic Colors of #CDD9F9
Black with #CDD9F9
Text Example
Text Example
White with #CDD9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9F9; }
p { color: rgb(205,217,249); }
H1.HeaderClassName
{
color: #CDD9F9;
}
.AnyTagClassName
{
color: #CDD9F9;
}
</style>
background-color css
<style>
a { background-color: #CDD9F9; }
a { background-color: rgb(205,217,249); }
div.DivClassName
{
background-color: #CDD9F9;
}
.BgClassName
{
background-color: #CDD9F9;
}
</style>
border-color css
<style>
span { border-color: #CDD9F9; }
span { border-color: rgb(205,217,249); }
td.TdClassName
{
border-color: #CDD9F9;
}
.TagClassName
{
border-color: #CDD9F9;
}
</style>