Shades of Hawkes Blue #CCDAFF
Tints of Hawkes Blue #CCDAFF
RGB
CMYK
RGB Variations
Color information
#CCDAFF (or 0xCCDAFF) is known color: Hawkes Blue. HEX triplet: CC, DA and FF. RGB value is (204,218,255). Sum of RGB (Red+Green+Blue) = 204+218+255=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCDAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAFF is #332500. Grayscale: #D9D9D9. Windows color (decimal): -3351809 or 16767692. OLE color: 16767692.
HSL color Cylindrical-coordinate representation of color #CCDAFF: hue angle of 223.53º 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 #CCDAFF is Cyan = 0.2, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 218 | 255 | - |
| CMYK | 0.2 | 0.15 | 0 | 0 |
| HSL | 223.53º | 1% | 0.9% | - |
| HSV(B) | 223.53º | 0.2% | 1% | - |
| XYZ | 68.02 | 70.2 | 104.57 | - |
| YUV | 218.03 | 148.86 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 255 | 0.2 | 0.15 | 0 | 0 | 223.53 | 1 | 0.9 |
| Hex | CC | DA | FF | 14 | F | 0 | 0 | E0 | 64 | 5A |
| Octal | 314 | 332 | 377 | 24 | 17 | 0 | 0 | 340 | 144 | 132 |
| Binary | 11001100 | 11011010 | 11111111 | 10100 | 1111 | 0 | 0 | 11100000 | 1100100 | 1011010 |
Color Harmonies of #CCDAFF
Complementary color
Monochromatic Colors of #CCDAFF
Black with #CCDAFF
Text Example
Text Example
White with #CCDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDAFF; }
p { color: rgb(204,218,255); }
H1.HeaderClassName
{
color: #CCDAFF;
}
.AnyTagClassName
{
color: #CCDAFF;
}
</style>
background-color css
<style>
a { background-color: #CCDAFF; }
a { background-color: rgb(204,218,255); }
div.DivClassName
{
background-color: #CCDAFF;
}
.BgClassName
{
background-color: #CCDAFF;
}
</style>
border-color css
<style>
span { border-color: #CCDAFF; }
span { border-color: rgb(204,218,255); }
td.TdClassName
{
border-color: #CCDAFF;
}
.TagClassName
{
border-color: #CCDAFF;
}
</style>