Shades of Hawkes Blue #CCD6E5
Tints of Hawkes Blue #CCD6E5
RGB
CMYK
RGB Variations
Color information
#CCD6E5 (or 0xCCD6E5) is known color: Hawkes Blue. HEX triplet: CC, D6 and E5. RGB value is (204,214,229). Sum of RGB (Red+Green+Blue) = 204+214+229=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 214 (83.98% from 255 or 33.08% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCD6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6E5 is #33291A. Grayscale: #D4D4D4. Windows color (decimal): -3352859 or 15062732. OLE color: 15062732.
HSL color Cylindrical-coordinate representation of color #CCD6E5: hue angle of 216º degrees, saturation: 0.32, 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 #CCD6E5 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 214 | 229 | - |
CMYK | 0.11 | 0.07 | 0 | 0.10 |
HSL | 216º | 0.32% | 0.85% | - |
HSV(B) | 216º | 0.11% | 0.9% | - |
XYZ | 63.09 | 66.59 | 83.66 | - |
YUV | 212.72 | 137.19 | 121.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 214 | 229 | 0.11 | 0.07 | 0 | 0.10 | 216 | 0.32 | 0.85 |
Hex | CC | D6 | E5 | B | 7 | 0 | A | D8 | 20 | 55 |
Octal | 314 | 326 | 345 | 13 | 7 | 0 | 12 | 330 | 40 | 125 |
Binary | 11001100 | 11010110 | 11100101 | 1011 | 111 | 0 | 1010 | 11011000 | 100000 | 1010101 |
Color Harmonies of #CCD6E5
Complementary color
Monochromatic Colors of #CCD6E5
Black with #CCD6E5
Text Example
Text Example
White with #CCD6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6E5; }
p { color: rgb(204,214,229); }
H1.HeaderClassName
{
color: #CCD6E5;
}
.AnyTagClassName
{
color: #CCD6E5;
}
</style>
background-color css
<style>
a { background-color: #CCD6E5; }
a { background-color: rgb(204,214,229); }
div.DivClassName
{
background-color: #CCD6E5;
}
.BgClassName
{
background-color: #CCD6E5;
}
</style>
border-color css
<style>
span { border-color: #CCD6E5; }
span { border-color: rgb(204,214,229); }
td.TdClassName
{
border-color: #CCD6E5;
}
.TagClassName
{
border-color: #CCD6E5;
}
</style>