Shades of Hawkes Blue #CCD7ED
Tints of Hawkes Blue #CCD7ED
RGB
CMYK
RGB Variations
Color information
#CCD7ED (or 0xCCD7ED) is known color: Hawkes Blue. HEX triplet: CC, D7 and ED. RGB value is (204,215,237). Sum of RGB (Red+Green+Blue) = 204+215+237=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCD7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7ED is #332812. Grayscale: #D6D6D6. Windows color (decimal): -3352595 or 15587276. OLE color: 15587276.
HSL color Cylindrical-coordinate representation of color #CCD7ED: hue angle of 220º degrees, saturation: 0.48, 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 #CCD7ED is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 215 | 237 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.07 |
| HSL | 220º | 0.48% | 0.86% | - |
| HSV(B) | 220º | 0.14% | 0.93% | - |
| XYZ | 64.49 | 67.55 | 89.76 | - |
| YUV | 214.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 237 | 0.14 | 0.09 | 0 | 0.07 | 220 | 0.48 | 0.86 |
| Hex | CC | D7 | ED | E | 9 | 0 | 7 | DC | 30 | 56 |
| Octal | 314 | 327 | 355 | 16 | 11 | 0 | 7 | 334 | 60 | 126 |
| Binary | 11001100 | 11010111 | 11101101 | 1110 | 1001 | 0 | 111 | 11011100 | 110000 | 1010110 |
Color Harmonies of #CCD7ED
Complementary color
Monochromatic Colors of #CCD7ED
Black with #CCD7ED
Text Example
Text Example
White with #CCD7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7ED; }
p { color: rgb(204,215,237); }
H1.HeaderClassName
{
color: #CCD7ED;
}
.AnyTagClassName
{
color: #CCD7ED;
}
</style>
background-color css
<style>
a { background-color: #CCD7ED; }
a { background-color: rgb(204,215,237); }
div.DivClassName
{
background-color: #CCD7ED;
}
.BgClassName
{
background-color: #CCD7ED;
}
</style>
border-color css
<style>
span { border-color: #CCD7ED; }
span { border-color: rgb(204,215,237); }
td.TdClassName
{
border-color: #CCD7ED;
}
.TagClassName
{
border-color: #CCD7ED;
}
</style>