Shades of Hawkes Blue #CDD3EC
Tints of Hawkes Blue #CDD3EC
RGB
CMYK
RGB Variations
Color information
#CDD3EC (or 0xCDD3EC) is known color: Hawkes Blue. HEX triplet: CD, D3 and EC. RGB value is (205,211,236). Sum of RGB (Red+Green+Blue) = 205+211+236=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDD3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD3EC is #322C13. Grayscale: #D3D3D3. Windows color (decimal): -3288084 or 15520717. OLE color: 15520717.
HSL color Cylindrical-coordinate representation of color #CDD3EC: hue angle of 228.39º 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 #CDD3EC is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 211 | 236 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.07 |
| HSL | 228.39º | 0.45% | 0.86% | - |
| HSV(B) | 228.39º | 0.13% | 0.93% | - |
| XYZ | 63.61 | 65.62 | 88.67 | - |
| YUV | 212.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 236 | 0.13 | 0.11 | 0 | 0.07 | 228.39 | 0.45 | 0.86 |
| Hex | CD | D3 | EC | D | B | 0 | 7 | E4 | 2D | 56 |
| Octal | 315 | 323 | 354 | 15 | 13 | 0 | 7 | 344 | 55 | 126 |
| Binary | 11001101 | 11010011 | 11101100 | 1101 | 1011 | 0 | 111 | 11100100 | 101101 | 1010110 |
Color Harmonies of #CDD3EC
Complementary color
Monochromatic Colors of #CDD3EC
Black with #CDD3EC
Text Example
Text Example
White with #CDD3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD3EC; }
p { color: rgb(205,211,236); }
H1.HeaderClassName
{
color: #CDD3EC;
}
.AnyTagClassName
{
color: #CDD3EC;
}
</style>
background-color css
<style>
a { background-color: #CDD3EC; }
a { background-color: rgb(205,211,236); }
div.DivClassName
{
background-color: #CDD3EC;
}
.BgClassName
{
background-color: #CDD3EC;
}
</style>
border-color css
<style>
span { border-color: #CDD3EC; }
span { border-color: rgb(205,211,236); }
td.TdClassName
{
border-color: #CDD3EC;
}
.TagClassName
{
border-color: #CDD3EC;
}
</style>