Shades of Hawkes Blue #CCD9E6
Tints of Hawkes Blue #CCD9E6
RGB
CMYK
RGB Variations
Color information
#CCD9E6 (or 0xCCD9E6) is known color: Hawkes Blue. HEX triplet: CC, D9 and E6. RGB value is (204,217,230). Sum of RGB (Red+Green+Blue) = 204+217+230=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCD9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD9E6 is #332619. Grayscale: #D6D6D6. Windows color (decimal): -3352090 or 15129036. OLE color: 15129036.
HSL color Cylindrical-coordinate representation of color #CCD9E6: hue angle of 210º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCD9E6 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 217 | 230 | - |
CMYK | 0.11 | 0.06 | 0 | 0.10 |
HSL | 210º | 0.34% | 0.85% | - |
HSV(B) | 210º | 0.11% | 0.9% | - |
XYZ | 64 | 68.18 | 84.65 | - |
YUV | 214.6 | 136.69 | 120.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 217 | 230 | 0.11 | 0.06 | 0 | 0.10 | 210 | 0.34 | 0.85 |
Hex | CC | D9 | E6 | B | 6 | 0 | A | D2 | 22 | 55 |
Octal | 314 | 331 | 346 | 13 | 6 | 0 | 12 | 322 | 42 | 125 |
Binary | 11001100 | 11011001 | 11100110 | 1011 | 110 | 0 | 1010 | 11010010 | 100010 | 1010101 |
Color Harmonies of #CCD9E6
Complementary color
Monochromatic Colors of #CCD9E6
Black with #CCD9E6
Text Example
Text Example
White with #CCD9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9E6; }
p { color: rgb(204,217,230); }
H1.HeaderClassName
{
color: #CCD9E6;
}
.AnyTagClassName
{
color: #CCD9E6;
}
</style>
background-color css
<style>
a { background-color: #CCD9E6; }
a { background-color: rgb(204,217,230); }
div.DivClassName
{
background-color: #CCD9E6;
}
.BgClassName
{
background-color: #CCD9E6;
}
</style>
border-color css
<style>
span { border-color: #CCD9E6; }
span { border-color: rgb(204,217,230); }
td.TdClassName
{
border-color: #CCD9E6;
}
.TagClassName
{
border-color: #CCD9E6;
}
</style>