Shades of Hawkes Blue #CCD7EF
Tints of Hawkes Blue #CCD7EF
RGB
CMYK
RGB Variations
Color information
#CCD7EF (or 0xCCD7EF) is known color: Hawkes Blue. HEX triplet: CC, D7 and EF. RGB value is (204,215,239). Sum of RGB (Red+Green+Blue) = 204+215+239=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 215 (84.38% from 255 or 32.67% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCD7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7EF is #332810. Grayscale: #D6D6D6. Windows color (decimal): -3352593 or 15718348. OLE color: 15718348.
HSL color Cylindrical-coordinate representation of color #CCD7EF: hue angle of 221.14º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCD7EF is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 215 | 239 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.06 |
| HSL | 221.14º | 0.52% | 0.87% | - |
| HSV(B) | 221.14º | 0.15% | 0.94% | - |
| XYZ | 64.78 | 67.67 | 91.31 | - |
| YUV | 214.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 239 | 0.15 | 0.10 | 0 | 0.06 | 221.14 | 0.52 | 0.87 |
| Hex | CC | D7 | EF | F | A | 0 | 6 | DD | 34 | 57 |
| Octal | 314 | 327 | 357 | 17 | 12 | 0 | 6 | 335 | 64 | 127 |
| Binary | 11001100 | 11010111 | 11101111 | 1111 | 1010 | 0 | 110 | 11011101 | 110100 | 1010111 |
Color Harmonies of #CCD7EF
Complementary color
Monochromatic Colors of #CCD7EF
Black with #CCD7EF
Text Example
Text Example
White with #CCD7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7EF; }
p { color: rgb(204,215,239); }
H1.HeaderClassName
{
color: #CCD7EF;
}
.AnyTagClassName
{
color: #CCD7EF;
}
</style>
background-color css
<style>
a { background-color: #CCD7EF; }
a { background-color: rgb(204,215,239); }
div.DivClassName
{
background-color: #CCD7EF;
}
.BgClassName
{
background-color: #CCD7EF;
}
</style>
border-color css
<style>
span { border-color: #CCD7EF; }
span { border-color: rgb(204,215,239); }
td.TdClassName
{
border-color: #CCD7EF;
}
.TagClassName
{
border-color: #CCD7EF;
}
</style>