Shades of Hawkes Blue #CDD9F8
Tints of Hawkes Blue #CDD9F8
RGB
CMYK
RGB Variations
Color information
#CDD9F8 (or 0xCDD9F8) is known color: Hawkes Blue. HEX triplet: CD, D9 and F8. RGB value is (205,217,248). Sum of RGB (Red+Green+Blue) = 205+217+248=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 248 (97.27% from 255 or 37.01% from 670); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDD9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9F8 is #322607. Grayscale: #D8D8D8. Windows color (decimal): -3286536 or 16308685. OLE color: 16308685.
HSL color Cylindrical-coordinate representation of color #CDD9F8: hue angle of 223.26º degrees, saturation: 0.75, 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 #CDD9F8 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 217 | 248 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.03 |
| HSL | 223.26º | 0.75% | 0.89% | - |
| HSV(B) | 223.26º | 0.17% | 0.97% | - |
| XYZ | 66.93 | 69.38 | 98.67 | - |
| YUV | 216.95 | 145.52 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 248 | 0.17 | 0.12 | 0 | 0.03 | 223.26 | 0.75 | 0.89 |
| Hex | CD | D9 | F8 | 11 | C | 0 | 3 | DF | 4B | 59 |
| Octal | 315 | 331 | 370 | 21 | 14 | 0 | 3 | 337 | 113 | 131 |
| Binary | 11001101 | 11011001 | 11111000 | 10001 | 1100 | 0 | 11 | 11011111 | 1001011 | 1011001 |
Color Harmonies of #CDD9F8
Complementary color
Monochromatic Colors of #CDD9F8
Black with #CDD9F8
Text Example
Text Example
White with #CDD9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9F8; }
p { color: rgb(205,217,248); }
H1.HeaderClassName
{
color: #CDD9F8;
}
.AnyTagClassName
{
color: #CDD9F8;
}
</style>
background-color css
<style>
a { background-color: #CDD9F8; }
a { background-color: rgb(205,217,248); }
div.DivClassName
{
background-color: #CDD9F8;
}
.BgClassName
{
background-color: #CDD9F8;
}
</style>
border-color css
<style>
span { border-color: #CDD9F8; }
span { border-color: rgb(205,217,248); }
td.TdClassName
{
border-color: #CDD9F8;
}
.TagClassName
{
border-color: #CDD9F8;
}
</style>