Shades of Hawkes Blue #CCDDF2
Tints of Hawkes Blue #CCDDF2
RGB
CMYK
RGB Variations
Color information
#CCDDF2 (or 0xCCDDF2) is known color: Hawkes Blue. HEX triplet: CC, DD and F2. RGB value is (204,221,242). Sum of RGB (Red+Green+Blue) = 204+221+242=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCDDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDF2 is #33220D. Grayscale: #DADADA. Windows color (decimal): -3351054 or 15916492. OLE color: 15916492.
HSL color Cylindrical-coordinate representation of color #CCDDF2: hue angle of 213.16º 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 #CCDDF2 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 221 | 242 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.05 |
| HSL | 213.16º | 0.59% | 0.87% | - |
| HSV(B) | 213.16º | 0.16% | 0.95% | - |
| XYZ | 66.79 | 70.96 | 94.18 | - |
| YUV | 218.31 | 141.37 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 242 | 0.16 | 0.09 | 0 | 0.05 | 213.16 | 0.59 | 0.87 |
| Hex | CC | DD | F2 | 10 | 9 | 0 | 5 | D5 | 3B | 57 |
| Octal | 314 | 335 | 362 | 20 | 11 | 0 | 5 | 325 | 73 | 127 |
| Binary | 11001100 | 11011101 | 11110010 | 10000 | 1001 | 0 | 101 | 11010101 | 111011 | 1010111 |
Color Harmonies of #CCDDF2
Complementary color
Monochromatic Colors of #CCDDF2
Black with #CCDDF2
Text Example
Text Example
White with #CCDDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDF2; }
p { color: rgb(204,221,242); }
H1.HeaderClassName
{
color: #CCDDF2;
}
.AnyTagClassName
{
color: #CCDDF2;
}
</style>
background-color css
<style>
a { background-color: #CCDDF2; }
a { background-color: rgb(204,221,242); }
div.DivClassName
{
background-color: #CCDDF2;
}
.BgClassName
{
background-color: #CCDDF2;
}
</style>
border-color css
<style>
span { border-color: #CCDDF2; }
span { border-color: rgb(204,221,242); }
td.TdClassName
{
border-color: #CCDDF2;
}
.TagClassName
{
border-color: #CCDDF2;
}
</style>