Shades of Hawkes Blue #CCDCFF
Tints of Hawkes Blue #CCDCFF
RGB
CMYK
RGB Variations
Color information
#CCDCFF (or 0xCCDCFF) is known color: Hawkes Blue. HEX triplet: CC, DC and FF. RGB value is (204,220,255). Sum of RGB (Red+Green+Blue) = 204+220+255=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCDCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCFF is #332300. Grayscale: #DBDBDB. Windows color (decimal): -3351297 or 16768204. OLE color: 16768204.
HSL color Cylindrical-coordinate representation of color #CCDCFF: hue angle of 221.18º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCDCFF is Cyan = 0.2, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 220 | 255 | - |
| CMYK | 0.2 | 0.14 | 0 | 0 |
| HSL | 221.18º | 1% | 0.9% | - |
| HSV(B) | 221.18º | 0.2% | 1% | - |
| XYZ | 68.55 | 71.24 | 104.75 | - |
| YUV | 219.21 | 148.2 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 255 | 0.2 | 0.14 | 0 | 0 | 221.18 | 1 | 0.9 |
| Hex | CC | DC | FF | 14 | E | 0 | 0 | DD | 64 | 5A |
| Octal | 314 | 334 | 377 | 24 | 16 | 0 | 0 | 335 | 144 | 132 |
| Binary | 11001100 | 11011100 | 11111111 | 10100 | 1110 | 0 | 0 | 11011101 | 1100100 | 1011010 |
Color Harmonies of #CCDCFF
Complementary color
Monochromatic Colors of #CCDCFF
Black with #CCDCFF
Text Example
Text Example
White with #CCDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCFF; }
p { color: rgb(204,220,255); }
H1.HeaderClassName
{
color: #CCDCFF;
}
.AnyTagClassName
{
color: #CCDCFF;
}
</style>
background-color css
<style>
a { background-color: #CCDCFF; }
a { background-color: rgb(204,220,255); }
div.DivClassName
{
background-color: #CCDCFF;
}
.BgClassName
{
background-color: #CCDCFF;
}
</style>
border-color css
<style>
span { border-color: #CCDCFF; }
span { border-color: rgb(204,220,255); }
td.TdClassName
{
border-color: #CCDCFF;
}
.TagClassName
{
border-color: #CCDCFF;
}
</style>