Shades of Hawkes Blue #CCDAFE
Tints of Hawkes Blue #CCDAFE
RGB
CMYK
RGB Variations
Color information
#CCDAFE (or 0xCCDAFE) is known color: Hawkes Blue. HEX triplet: CC, DA and FE. RGB value is (204,218,254). Sum of RGB (Red+Green+Blue) = 204+218+254=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCDAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAFE is #332501. Grayscale: #D9D9D9. Windows color (decimal): -3351810 or 16702156. OLE color: 16702156.
HSL color Cylindrical-coordinate representation of color #CCDAFE: hue angle of 223.2º 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 #CCDAFE is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 218 | 254 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.00 |
| HSL | 223.2º | 0.96% | 0.9% | - |
| HSV(B) | 223.2º | 0.2% | 1% | - |
| XYZ | 67.86 | 70.14 | 103.73 | - |
| YUV | 217.92 | 148.36 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 254 | 0.20 | 0.14 | 0 | 0.00 | 223.2 | 0.96 | 0.9 |
| Hex | CC | DA | FE | 14 | E | 0 | 0 | DF | 60 | 5A |
| Octal | 314 | 332 | 376 | 24 | 16 | 0 | 0 | 337 | 140 | 132 |
| Binary | 11001100 | 11011010 | 11111110 | 10100 | 1110 | 0 | 0 | 11011111 | 1100000 | 1011010 |
Color Harmonies of #CCDAFE
Complementary color
Monochromatic Colors of #CCDAFE
Black with #CCDAFE
Text Example
Text Example
White with #CCDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDAFE; }
p { color: rgb(204,218,254); }
H1.HeaderClassName
{
color: #CCDAFE;
}
.AnyTagClassName
{
color: #CCDAFE;
}
</style>
background-color css
<style>
a { background-color: #CCDAFE; }
a { background-color: rgb(204,218,254); }
div.DivClassName
{
background-color: #CCDAFE;
}
.BgClassName
{
background-color: #CCDAFE;
}
</style>
border-color css
<style>
span { border-color: #CCDAFE; }
span { border-color: rgb(204,218,254); }
td.TdClassName
{
border-color: #CCDAFE;
}
.TagClassName
{
border-color: #CCDAFE;
}
</style>