Shades of Hawkes Blue #CCD4EF
Tints of Hawkes Blue #CCD4EF
RGB
CMYK
RGB Variations
Color information
#CCD4EF (or 0xCCD4EF) is known color: Hawkes Blue. HEX triplet: CC, D4 and EF. RGB value is (204,212,239). Sum of RGB (Red+Green+Blue) = 204+212+239=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCD4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4EF is #332B10. Grayscale: #D4D4D4. Windows color (decimal): -3353361 or 15717580. OLE color: 15717580.
HSL color Cylindrical-coordinate representation of color #CCD4EF: hue angle of 226.29º 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 #CCD4EF is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 212 | 239 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.06 |
| HSL | 226.29º | 0.52% | 0.87% | - |
| HSV(B) | 226.29º | 0.15% | 0.94% | - |
| XYZ | 64.03 | 66.16 | 91.06 | - |
| YUV | 212.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 239 | 0.15 | 0.11 | 0 | 0.06 | 226.29 | 0.52 | 0.87 |
| Hex | CC | D4 | EF | F | B | 0 | 6 | E2 | 34 | 57 |
| Octal | 314 | 324 | 357 | 17 | 13 | 0 | 6 | 342 | 64 | 127 |
| Binary | 11001100 | 11010100 | 11101111 | 1111 | 1011 | 0 | 110 | 11100010 | 110100 | 1010111 |
Color Harmonies of #CCD4EF
Complementary color
Monochromatic Colors of #CCD4EF
Black with #CCD4EF
Text Example
Text Example
White with #CCD4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4EF; }
p { color: rgb(204,212,239); }
H1.HeaderClassName
{
color: #CCD4EF;
}
.AnyTagClassName
{
color: #CCD4EF;
}
</style>
background-color css
<style>
a { background-color: #CCD4EF; }
a { background-color: rgb(204,212,239); }
div.DivClassName
{
background-color: #CCD4EF;
}
.BgClassName
{
background-color: #CCD4EF;
}
</style>
border-color css
<style>
span { border-color: #CCD4EF; }
span { border-color: rgb(204,212,239); }
td.TdClassName
{
border-color: #CCD4EF;
}
.TagClassName
{
border-color: #CCD4EF;
}
</style>