Shades of Hawkes Blue #CDD9F1
Tints of Hawkes Blue #CDD9F1
RGB
CMYK
RGB Variations
Color information
#CDD9F1 (or 0xCDD9F1) is known color: Hawkes Blue. HEX triplet: CD, D9 and F1. RGB value is (205,217,241). Sum of RGB (Red+Green+Blue) = 205+217+241=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 217 (85.16% from 255 or 32.73% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDD9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9F1 is #32260E. Grayscale: #D8D8D8. Windows color (decimal): -3286543 or 15849933. OLE color: 15849933.
HSL color Cylindrical-coordinate representation of color #CDD9F1: hue angle of 220º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDD9F1 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 217 | 241 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.05 |
| HSL | 220º | 0.56% | 0.87% | - |
| HSV(B) | 220º | 0.15% | 0.95% | - |
| XYZ | 65.87 | 68.96 | 93.06 | - |
| YUV | 216.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 241 | 0.15 | 0.10 | 0 | 0.05 | 220 | 0.56 | 0.87 |
| Hex | CD | D9 | F1 | F | A | 0 | 5 | DC | 38 | 57 |
| Octal | 315 | 331 | 361 | 17 | 12 | 0 | 5 | 334 | 70 | 127 |
| Binary | 11001101 | 11011001 | 11110001 | 1111 | 1010 | 0 | 101 | 11011100 | 111000 | 1010111 |
Color Harmonies of #CDD9F1
Complementary color
Monochromatic Colors of #CDD9F1
Black with #CDD9F1
Text Example
Text Example
White with #CDD9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9F1; }
p { color: rgb(205,217,241); }
H1.HeaderClassName
{
color: #CDD9F1;
}
.AnyTagClassName
{
color: #CDD9F1;
}
</style>
background-color css
<style>
a { background-color: #CDD9F1; }
a { background-color: rgb(205,217,241); }
div.DivClassName
{
background-color: #CDD9F1;
}
.BgClassName
{
background-color: #CDD9F1;
}
</style>
border-color css
<style>
span { border-color: #CDD9F1; }
span { border-color: rgb(205,217,241); }
td.TdClassName
{
border-color: #CDD9F1;
}
.TagClassName
{
border-color: #CDD9F1;
}
</style>