Shades of Hawkes Blue #CDD1EC
Tints of Hawkes Blue #CDD1EC
RGB
CMYK
RGB Variations
Color information
#CDD1EC (or 0xCDD1EC) is known color: Hawkes Blue. HEX triplet: CD, D1 and EC. RGB value is (205,209,236). Sum of RGB (Red+Green+Blue) = 205+209+236=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1EC is #322E13. Grayscale: #D2D2D2. Windows color (decimal): -3288596 or 15520205. OLE color: 15520205.
HSL color Cylindrical-coordinate representation of color #CDD1EC: hue angle of 232.26º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDD1EC is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 209 | 236 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.07 |
| HSL | 232.26º | 0.45% | 0.86% | - |
| HSV(B) | 232.26º | 0.13% | 0.93% | - |
| XYZ | 63.12 | 64.64 | 88.51 | - |
| YUV | 210.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 236 | 0.13 | 0.11 | 0 | 0.07 | 232.26 | 0.45 | 0.86 |
| Hex | CD | D1 | EC | D | B | 0 | 7 | E8 | 2D | 56 |
| Octal | 315 | 321 | 354 | 15 | 13 | 0 | 7 | 350 | 55 | 126 |
| Binary | 11001101 | 11010001 | 11101100 | 1101 | 1011 | 0 | 111 | 11101000 | 101101 | 1010110 |
Color Harmonies of #CDD1EC
Complementary color
Monochromatic Colors of #CDD1EC
Black with #CDD1EC
Text Example
Text Example
White with #CDD1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1EC; }
p { color: rgb(205,209,236); }
H1.HeaderClassName
{
color: #CDD1EC;
}
.AnyTagClassName
{
color: #CDD1EC;
}
</style>
background-color css
<style>
a { background-color: #CDD1EC; }
a { background-color: rgb(205,209,236); }
div.DivClassName
{
background-color: #CDD1EC;
}
.BgClassName
{
background-color: #CDD1EC;
}
</style>
border-color css
<style>
span { border-color: #CDD1EC; }
span { border-color: rgb(205,209,236); }
td.TdClassName
{
border-color: #CDD1EC;
}
.TagClassName
{
border-color: #CDD1EC;
}
</style>