Shades of Hawkes Blue #CCDCFE
Tints of Hawkes Blue #CCDCFE
RGB
CMYK
RGB Variations
Color information
#CCDCFE (or 0xCCDCFE) is known color: Hawkes Blue. HEX triplet: CC, DC and FE. RGB value is (204,220,254). Sum of RGB (Red+Green+Blue) = 204+220+254=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCDCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCFE is #332301. Grayscale: #DADADA. Windows color (decimal): -3351298 or 16702668. OLE color: 16702668.
HSL color Cylindrical-coordinate representation of color #CCDCFE: hue angle of 220.8º 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 #CCDCFE is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 220 | 254 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.00 |
| HSL | 220.8º | 0.96% | 0.9% | - |
| HSV(B) | 220.8º | 0.2% | 1% | - |
| XYZ | 68.38 | 71.18 | 103.9 | - |
| YUV | 219.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 254 | 0.20 | 0.13 | 0 | 0.00 | 220.8 | 0.96 | 0.9 |
| Hex | CC | DC | FE | 14 | D | 0 | 0 | DD | 60 | 5A |
| Octal | 314 | 334 | 376 | 24 | 15 | 0 | 0 | 335 | 140 | 132 |
| Binary | 11001100 | 11011100 | 11111110 | 10100 | 1101 | 0 | 0 | 11011101 | 1100000 | 1011010 |
Color Harmonies of #CCDCFE
Complementary color
Monochromatic Colors of #CCDCFE
Black with #CCDCFE
Text Example
Text Example
White with #CCDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCFE; }
p { color: rgb(204,220,254); }
H1.HeaderClassName
{
color: #CCDCFE;
}
.AnyTagClassName
{
color: #CCDCFE;
}
</style>
background-color css
<style>
a { background-color: #CCDCFE; }
a { background-color: rgb(204,220,254); }
div.DivClassName
{
background-color: #CCDCFE;
}
.BgClassName
{
background-color: #CCDCFE;
}
</style>
border-color css
<style>
span { border-color: #CCDCFE; }
span { border-color: rgb(204,220,254); }
td.TdClassName
{
border-color: #CCDCFE;
}
.TagClassName
{
border-color: #CCDCFE;
}
</style>