Shades of Hawkes Blue #CDD9FF
Tints of Hawkes Blue #CDD9FF
RGB
CMYK
RGB Variations
Color information
#CDD9FF (or 0xCDD9FF) is known color: Hawkes Blue. HEX triplet: CD, D9 and FF. RGB value is (205,217,255). Sum of RGB (Red+Green+Blue) = 205+217+255=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDD9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9FF is #322600. Grayscale: #D9D9D9. Windows color (decimal): -3286529 or 16767437. OLE color: 16767437.
HSL color Cylindrical-coordinate representation of color #CDD9FF: hue angle of 225.6º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDD9FF is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 217 | 255 | - |
| CMYK | 0.20 | 0.15 | 0 | 0 |
| HSL | 225.6º | 1% | 0.9% | - |
| HSV(B) | 225.6º | 0.2% | 1% | - |
| XYZ | 68.04 | 69.82 | 104.5 | - |
| YUV | 217.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 255 | 0.20 | 0.15 | 0 | 0 | 225.6 | 1 | 0.9 |
| Hex | CD | D9 | FF | 14 | F | 0 | 0 | E2 | 64 | 5A |
| Octal | 315 | 331 | 377 | 24 | 17 | 0 | 0 | 342 | 144 | 132 |
| Binary | 11001101 | 11011001 | 11111111 | 10100 | 1111 | 0 | 0 | 11100010 | 1100100 | 1011010 |
Color Harmonies of #CDD9FF
Complementary color
Monochromatic Colors of #CDD9FF
Black with #CDD9FF
Text Example
Text Example
White with #CDD9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9FF; }
p { color: rgb(205,217,255); }
H1.HeaderClassName
{
color: #CDD9FF;
}
.AnyTagClassName
{
color: #CDD9FF;
}
</style>
background-color css
<style>
a { background-color: #CDD9FF; }
a { background-color: rgb(205,217,255); }
div.DivClassName
{
background-color: #CDD9FF;
}
.BgClassName
{
background-color: #CDD9FF;
}
</style>
border-color css
<style>
span { border-color: #CDD9FF; }
span { border-color: rgb(205,217,255); }
td.TdClassName
{
border-color: #CDD9FF;
}
.TagClassName
{
border-color: #CDD9FF;
}
</style>