Shades of Hawkes Blue #CDD5F1
Tints of Hawkes Blue #CDD5F1
RGB
CMYK
RGB Variations
Color information
#CDD5F1 (or 0xCDD5F1) is known color: Hawkes Blue. HEX triplet: CD, D5 and F1. RGB value is (205,213,241). Sum of RGB (Red+Green+Blue) = 205+213+241=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDD5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5F1 is #322A0E. Grayscale: #D5D5D5. Windows color (decimal): -3287567 or 15848909. OLE color: 15848909.
HSL color Cylindrical-coordinate representation of color #CDD5F1: hue angle of 226.67º 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 #CDD5F1 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 213 | 241 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.05 |
| HSL | 226.67º | 0.56% | 0.87% | - |
| HSV(B) | 226.67º | 0.15% | 0.95% | - |
| XYZ | 64.85 | 66.92 | 92.72 | - |
| YUV | 213.8 | 143.35 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 241 | 0.15 | 0.12 | 0 | 0.05 | 226.67 | 0.56 | 0.87 |
| Hex | CD | D5 | F1 | F | C | 0 | 5 | E3 | 38 | 57 |
| Octal | 315 | 325 | 361 | 17 | 14 | 0 | 5 | 343 | 70 | 127 |
| Binary | 11001101 | 11010101 | 11110001 | 1111 | 1100 | 0 | 101 | 11100011 | 111000 | 1010111 |
Color Harmonies of #CDD5F1
Complementary color
Monochromatic Colors of #CDD5F1
Black with #CDD5F1
Text Example
Text Example
White with #CDD5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5F1; }
p { color: rgb(205,213,241); }
H1.HeaderClassName
{
color: #CDD5F1;
}
.AnyTagClassName
{
color: #CDD5F1;
}
</style>
background-color css
<style>
a { background-color: #CDD5F1; }
a { background-color: rgb(205,213,241); }
div.DivClassName
{
background-color: #CDD5F1;
}
.BgClassName
{
background-color: #CDD5F1;
}
</style>
border-color css
<style>
span { border-color: #CDD5F1; }
span { border-color: rgb(205,213,241); }
td.TdClassName
{
border-color: #CDD5F1;
}
.TagClassName
{
border-color: #CDD5F1;
}
</style>