Shades of Hawkes Blue #CCD6EE
Tints of Hawkes Blue #CCD6EE
RGB
CMYK
RGB Variations
Color information
#CCD6EE (or 0xCCD6EE) is known color: Hawkes Blue. HEX triplet: CC, D6 and EE. RGB value is (204,214,238). Sum of RGB (Red+Green+Blue) = 204+214+238=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCD6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD6EE is #332911. Grayscale: #D5D5D5. Windows color (decimal): -3352850 or 15652556. OLE color: 15652556.
HSL color Cylindrical-coordinate representation of color #CCD6EE: hue angle of 222.35º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD6EE is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 214 | 238 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.07 |
| HSL | 222.35º | 0.5% | 0.87% | - |
| HSV(B) | 222.35º | 0.14% | 0.93% | - |
| XYZ | 64.38 | 67.1 | 90.45 | - |
| YUV | 213.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 238 | 0.14 | 0.10 | 0 | 0.07 | 222.35 | 0.5 | 0.87 |
| Hex | CC | D6 | EE | E | A | 0 | 7 | DE | 32 | 57 |
| Octal | 314 | 326 | 356 | 16 | 12 | 0 | 7 | 336 | 62 | 127 |
| Binary | 11001100 | 11010110 | 11101110 | 1110 | 1010 | 0 | 111 | 11011110 | 110010 | 1010111 |
Color Harmonies of #CCD6EE
Complementary color
Monochromatic Colors of #CCD6EE
Black with #CCD6EE
Text Example
Text Example
White with #CCD6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD6EE; }
p { color: rgb(204,214,238); }
H1.HeaderClassName
{
color: #CCD6EE;
}
.AnyTagClassName
{
color: #CCD6EE;
}
</style>
background-color css
<style>
a { background-color: #CCD6EE; }
a { background-color: rgb(204,214,238); }
div.DivClassName
{
background-color: #CCD6EE;
}
.BgClassName
{
background-color: #CCD6EE;
}
</style>
border-color css
<style>
span { border-color: #CCD6EE; }
span { border-color: rgb(204,214,238); }
td.TdClassName
{
border-color: #CCD6EE;
}
.TagClassName
{
border-color: #CCD6EE;
}
</style>