Shades of Hawkes Blue #CCD8F2
Tints of Hawkes Blue #CCD8F2
RGB
CMYK
RGB Variations
Color information
#CCD8F2 (or 0xCCD8F2) is known color: Hawkes Blue. HEX triplet: CC, D8 and F2. RGB value is (204,216,242). Sum of RGB (Red+Green+Blue) = 204+216+242=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 216 (84.77% from 255 or 32.63% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCD8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8F2 is #33270D. Grayscale: #D7D7D7. Windows color (decimal): -3352334 or 15915212. OLE color: 15915212.
HSL color Cylindrical-coordinate representation of color #CCD8F2: hue angle of 221.05º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCD8F2 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 216 | 242 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.05 |
| HSL | 221.05º | 0.59% | 0.87% | - |
| HSV(B) | 221.05º | 0.16% | 0.95% | - |
| XYZ | 65.48 | 68.36 | 93.75 | - |
| YUV | 215.38 | 143.02 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 242 | 0.16 | 0.11 | 0 | 0.05 | 221.05 | 0.59 | 0.87 |
| Hex | CC | D8 | F2 | 10 | B | 0 | 5 | DD | 3B | 57 |
| Octal | 314 | 330 | 362 | 20 | 13 | 0 | 5 | 335 | 73 | 127 |
| Binary | 11001100 | 11011000 | 11110010 | 10000 | 1011 | 0 | 101 | 11011101 | 111011 | 1010111 |
Color Harmonies of #CCD8F2
Complementary color
Monochromatic Colors of #CCD8F2
Black with #CCD8F2
Text Example
Text Example
White with #CCD8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8F2; }
p { color: rgb(204,216,242); }
H1.HeaderClassName
{
color: #CCD8F2;
}
.AnyTagClassName
{
color: #CCD8F2;
}
</style>
background-color css
<style>
a { background-color: #CCD8F2; }
a { background-color: rgb(204,216,242); }
div.DivClassName
{
background-color: #CCD8F2;
}
.BgClassName
{
background-color: #CCD8F2;
}
</style>
border-color css
<style>
span { border-color: #CCD8F2; }
span { border-color: rgb(204,216,242); }
td.TdClassName
{
border-color: #CCD8F2;
}
.TagClassName
{
border-color: #CCD8F2;
}
</style>