Shades of Hawkes Blue #CCDCFC
Tints of Hawkes Blue #CCDCFC
RGB
CMYK
RGB Variations
Color information
#CCDCFC (or 0xCCDCFC) is known color: Hawkes Blue. HEX triplet: CC, DC and FC. RGB value is (204,220,252). Sum of RGB (Red+Green+Blue) = 204+220+252=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCDCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCFC is #332303. Grayscale: #DADADA. Windows color (decimal): -3351300 or 16571596. OLE color: 16571596.
HSL color Cylindrical-coordinate representation of color #CCDCFC: hue angle of 220º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCDCFC is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 220 | 252 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.01 |
| HSL | 220º | 0.89% | 0.89% | - |
| HSV(B) | 220º | 0.19% | 0.99% | - |
| XYZ | 68.07 | 71.05 | 102.22 | - |
| YUV | 218.86 | 146.7 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 252 | 0.19 | 0.13 | 0 | 0.01 | 220 | 0.89 | 0.89 |
| Hex | CC | DC | FC | 13 | D | 0 | 1 | DC | 59 | 59 |
| Octal | 314 | 334 | 374 | 23 | 15 | 0 | 1 | 334 | 131 | 131 |
| Binary | 11001100 | 11011100 | 11111100 | 10011 | 1101 | 0 | 1 | 11011100 | 1011001 | 1011001 |
Color Harmonies of #CCDCFC
Complementary color
Monochromatic Colors of #CCDCFC
Black with #CCDCFC
Text Example
Text Example
White with #CCDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCFC; }
p { color: rgb(204,220,252); }
H1.HeaderClassName
{
color: #CCDCFC;
}
.AnyTagClassName
{
color: #CCDCFC;
}
</style>
background-color css
<style>
a { background-color: #CCDCFC; }
a { background-color: rgb(204,220,252); }
div.DivClassName
{
background-color: #CCDCFC;
}
.BgClassName
{
background-color: #CCDCFC;
}
</style>
border-color css
<style>
span { border-color: #CCDCFC; }
span { border-color: rgb(204,220,252); }
td.TdClassName
{
border-color: #CCDCFC;
}
.TagClassName
{
border-color: #CCDCFC;
}
</style>