Shades of Hawkes Blue #CCDDFE
Tints of Hawkes Blue #CCDDFE
RGB
CMYK
RGB Variations
Color information
#CCDDFE (or 0xCCDDFE) is known color: Hawkes Blue. HEX triplet: CC, DD and FE. RGB value is (204,221,254). Sum of RGB (Red+Green+Blue) = 204+221+254=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDFE is #332201. Grayscale: #DBDBDB. Windows color (decimal): -3351042 or 16702924. OLE color: 16702924.
HSL color Cylindrical-coordinate representation of color #CCDDFE: hue angle of 219.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCDDFE is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 221 | 254 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.00 |
| HSL | 219.6º | 0.96% | 0.9% | - |
| HSV(B) | 219.6º | 0.2% | 1% | - |
| XYZ | 68.65 | 71.71 | 103.99 | - |
| YUV | 219.68 | 147.37 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 254 | 0.20 | 0.13 | 0 | 0.00 | 219.6 | 0.96 | 0.9 |
| Hex | CC | DD | FE | 14 | D | 0 | 0 | DC | 60 | 5A |
| Octal | 314 | 335 | 376 | 24 | 15 | 0 | 0 | 334 | 140 | 132 |
| Binary | 11001100 | 11011101 | 11111110 | 10100 | 1101 | 0 | 0 | 11011100 | 1100000 | 1011010 |
Color Harmonies of #CCDDFE
Complementary color
Monochromatic Colors of #CCDDFE
Black with #CCDDFE
Text Example
Text Example
White with #CCDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDFE; }
p { color: rgb(204,221,254); }
H1.HeaderClassName
{
color: #CCDDFE;
}
.AnyTagClassName
{
color: #CCDDFE;
}
</style>
background-color css
<style>
a { background-color: #CCDDFE; }
a { background-color: rgb(204,221,254); }
div.DivClassName
{
background-color: #CCDDFE;
}
.BgClassName
{
background-color: #CCDDFE;
}
</style>
border-color css
<style>
span { border-color: #CCDDFE; }
span { border-color: rgb(204,221,254); }
td.TdClassName
{
border-color: #CCDDFE;
}
.TagClassName
{
border-color: #CCDDFE;
}
</style>