Shades of Hawkes Blue #CCD7E6
Tints of Hawkes Blue #CCD7E6
RGB
CMYK
RGB Variations
Color information
#CCD7E6 (or 0xCCD7E6) is known color: Hawkes Blue. HEX triplet: CC, D7 and E6. RGB value is (204,215,230). Sum of RGB (Red+Green+Blue) = 204+215+230=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 215 (84.38% from 255 or 33.13% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCD7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7E6 is #332819. Grayscale: #D5D5D5. Windows color (decimal): -3352602 or 15128524. OLE color: 15128524.
HSL color Cylindrical-coordinate representation of color #CCD7E6: hue angle of 214.62º 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 #CCD7E6 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 215 | 230 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.10 |
| HSL | 214.62º | 0.34% | 0.85% | - |
| HSV(B) | 214.62º | 0.11% | 0.9% | - |
| XYZ | 63.49 | 67.15 | 84.48 | - |
| YUV | 213.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 230 | 0.11 | 0.07 | 0 | 0.10 | 214.62 | 0.34 | 0.85 |
| Hex | CC | D7 | E6 | B | 7 | 0 | A | D7 | 22 | 55 |
| Octal | 314 | 327 | 346 | 13 | 7 | 0 | 12 | 327 | 42 | 125 |
| Binary | 11001100 | 11010111 | 11100110 | 1011 | 111 | 0 | 1010 | 11010111 | 100010 | 1010101 |
Color Harmonies of #CCD7E6
Complementary color
Monochromatic Colors of #CCD7E6
Black with #CCD7E6
Text Example
Text Example
White with #CCD7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7E6; }
p { color: rgb(204,215,230); }
H1.HeaderClassName
{
color: #CCD7E6;
}
.AnyTagClassName
{
color: #CCD7E6;
}
</style>
background-color css
<style>
a { background-color: #CCD7E6; }
a { background-color: rgb(204,215,230); }
div.DivClassName
{
background-color: #CCD7E6;
}
.BgClassName
{
background-color: #CCD7E6;
}
</style>
border-color css
<style>
span { border-color: #CCD7E6; }
span { border-color: rgb(204,215,230); }
td.TdClassName
{
border-color: #CCD7E6;
}
.TagClassName
{
border-color: #CCD7E6;
}
</style>