Shades of Hawkes Blue #CCD4ED
Tints of Hawkes Blue #CCD4ED
RGB
CMYK
RGB Variations
Color information
#CCD4ED (or 0xCCD4ED) is known color: Hawkes Blue. HEX triplet: CC, D4 and ED. RGB value is (204,212,237). Sum of RGB (Red+Green+Blue) = 204+212+237=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCD4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4ED is #332B12. Grayscale: #D4D4D4. Windows color (decimal): -3353363 or 15586508. OLE color: 15586508.
HSL color Cylindrical-coordinate representation of color #CCD4ED: hue angle of 225.45º 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 #CCD4ED is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 212 | 237 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.07 |
| HSL | 225.45º | 0.48% | 0.86% | - |
| HSV(B) | 225.45º | 0.14% | 0.93% | - |
| XYZ | 63.73 | 66.04 | 89.51 | - |
| YUV | 212.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 237 | 0.14 | 0.11 | 0 | 0.07 | 225.45 | 0.48 | 0.86 |
| Hex | CC | D4 | ED | E | B | 0 | 7 | E1 | 30 | 56 |
| Octal | 314 | 324 | 355 | 16 | 13 | 0 | 7 | 341 | 60 | 126 |
| Binary | 11001100 | 11010100 | 11101101 | 1110 | 1011 | 0 | 111 | 11100001 | 110000 | 1010110 |
Color Harmonies of #CCD4ED
Complementary color
Monochromatic Colors of #CCD4ED
Black with #CCD4ED
Text Example
Text Example
White with #CCD4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4ED; }
p { color: rgb(204,212,237); }
H1.HeaderClassName
{
color: #CCD4ED;
}
.AnyTagClassName
{
color: #CCD4ED;
}
</style>
background-color css
<style>
a { background-color: #CCD4ED; }
a { background-color: rgb(204,212,237); }
div.DivClassName
{
background-color: #CCD4ED;
}
.BgClassName
{
background-color: #CCD4ED;
}
</style>
border-color css
<style>
span { border-color: #CCD4ED; }
span { border-color: rgb(204,212,237); }
td.TdClassName
{
border-color: #CCD4ED;
}
.TagClassName
{
border-color: #CCD4ED;
}
</style>