Shades of Hawkes Blue #CCD9EC
Tints of Hawkes Blue #CCD9EC
RGB
CMYK
RGB Variations
Color information
#CCD9EC (or 0xCCD9EC) is known color: Hawkes Blue. HEX triplet: CC, D9 and EC. RGB value is (204,217,236). Sum of RGB (Red+Green+Blue) = 204+217+236=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCD9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9EC is #332613. Grayscale: #D7D7D7. Windows color (decimal): -3352084 or 15522252. OLE color: 15522252.
HSL color Cylindrical-coordinate representation of color #CCD9EC: hue angle of 215.62º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD9EC is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 217 | 236 | - |
CMYK | 0.14 | 0.08 | 0 | 0.07 |
HSL | 215.63º | 0.46% | 0.86% | - |
HSV(B) | 215.63º | 0.14% | 0.93% | - |
XYZ | 64.86 | 68.52 | 89.16 | - |
YUV | 215.28 | 139.69 | 119.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 217 | 236 | 0.14 | 0.08 | 0 | 0.07 | 215.63 | 0.46 | 0.86 |
Hex | CC | D9 | EC | E | 8 | 0 | 7 | D8 | 2E | 56 |
Octal | 314 | 331 | 354 | 16 | 10 | 0 | 7 | 330 | 56 | 126 |
Binary | 11001100 | 11011001 | 11101100 | 1110 | 1000 | 0 | 111 | 11011000 | 101110 | 1010110 |
Color Harmonies of #CCD9EC
Complementary color
Monochromatic Colors of #CCD9EC
Black with #CCD9EC
Text Example
Text Example
White with #CCD9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9EC; }
p { color: rgb(204,217,236); }
H1.HeaderClassName
{
color: #CCD9EC;
}
.AnyTagClassName
{
color: #CCD9EC;
}
</style>
background-color css
<style>
a { background-color: #CCD9EC; }
a { background-color: rgb(204,217,236); }
div.DivClassName
{
background-color: #CCD9EC;
}
.BgClassName
{
background-color: #CCD9EC;
}
</style>
border-color css
<style>
span { border-color: #CCD9EC; }
span { border-color: rgb(204,217,236); }
td.TdClassName
{
border-color: #CCD9EC;
}
.TagClassName
{
border-color: #CCD9EC;
}
</style>