Shades of Hawkes Blue #CCD9E7
Tints of Hawkes Blue #CCD9E7
RGB
CMYK
RGB Variations
Color information
#CCD9E7 (or 0xCCD9E7) is known color: Hawkes Blue. HEX triplet: CC, D9 and E7. RGB value is (204,217,231). Sum of RGB (Red+Green+Blue) = 204+217+231=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCD9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9E7 is #332618. Grayscale: #D6D6D6. Windows color (decimal): -3352089 or 15194572. OLE color: 15194572.
HSL color Cylindrical-coordinate representation of color #CCD9E7: hue angle of 211.11º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCD9E7 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 217 | 231 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.09 |
| HSL | 211.11º | 0.36% | 0.85% | - |
| HSV(B) | 211.11º | 0.12% | 0.91% | - |
| XYZ | 64.14 | 68.23 | 85.39 | - |
| YUV | 214.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 231 | 0.12 | 0.06 | 0 | 0.09 | 211.11 | 0.36 | 0.85 |
| Hex | CC | D9 | E7 | C | 6 | 0 | 9 | D3 | 24 | 55 |
| Octal | 314 | 331 | 347 | 14 | 6 | 0 | 11 | 323 | 44 | 125 |
| Binary | 11001100 | 11011001 | 11100111 | 1100 | 110 | 0 | 1001 | 11010011 | 100100 | 1010101 |
Color Harmonies of #CCD9E7
Complementary color
Monochromatic Colors of #CCD9E7
Black with #CCD9E7
Text Example
Text Example
White with #CCD9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9E7; }
p { color: rgb(204,217,231); }
H1.HeaderClassName
{
color: #CCD9E7;
}
.AnyTagClassName
{
color: #CCD9E7;
}
</style>
background-color css
<style>
a { background-color: #CCD9E7; }
a { background-color: rgb(204,217,231); }
div.DivClassName
{
background-color: #CCD9E7;
}
.BgClassName
{
background-color: #CCD9E7;
}
</style>
border-color css
<style>
span { border-color: #CCD9E7; }
span { border-color: rgb(204,217,231); }
td.TdClassName
{
border-color: #CCD9E7;
}
.TagClassName
{
border-color: #CCD9E7;
}
</style>