Shades of Hawkes Blue #CCD7EE
Tints of Hawkes Blue #CCD7EE
RGB
CMYK
RGB Variations
Color information
#CCD7EE (or 0xCCD7EE) is known color: Hawkes Blue. HEX triplet: CC, D7 and EE. RGB value is (204,215,238). Sum of RGB (Red+Green+Blue) = 204+215+238=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCD7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7EE is #332811. Grayscale: #D6D6D6. Windows color (decimal): -3352594 or 15652812. OLE color: 15652812.
HSL color Cylindrical-coordinate representation of color #CCD7EE: hue angle of 220.59º 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 #CCD7EE is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 215 | 238 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.07 |
| HSL | 220.59º | 0.5% | 0.87% | - |
| HSV(B) | 220.59º | 0.14% | 0.93% | - |
| XYZ | 64.63 | 67.61 | 90.53 | - |
| YUV | 214.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 238 | 0.14 | 0.10 | 0 | 0.07 | 220.59 | 0.5 | 0.87 |
| Hex | CC | D7 | EE | E | A | 0 | 7 | DD | 32 | 57 |
| Octal | 314 | 327 | 356 | 16 | 12 | 0 | 7 | 335 | 62 | 127 |
| Binary | 11001100 | 11010111 | 11101110 | 1110 | 1010 | 0 | 111 | 11011101 | 110010 | 1010111 |
Color Harmonies of #CCD7EE
Complementary color
Monochromatic Colors of #CCD7EE
Black with #CCD7EE
Text Example
Text Example
White with #CCD7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7EE; }
p { color: rgb(204,215,238); }
H1.HeaderClassName
{
color: #CCD7EE;
}
.AnyTagClassName
{
color: #CCD7EE;
}
</style>
background-color css
<style>
a { background-color: #CCD7EE; }
a { background-color: rgb(204,215,238); }
div.DivClassName
{
background-color: #CCD7EE;
}
.BgClassName
{
background-color: #CCD7EE;
}
</style>
border-color css
<style>
span { border-color: #CCD7EE; }
span { border-color: rgb(204,215,238); }
td.TdClassName
{
border-color: #CCD7EE;
}
.TagClassName
{
border-color: #CCD7EE;
}
</style>