Shades of Hawkes Blue #CCD3F2
Tints of Hawkes Blue #CCD3F2
RGB
CMYK
RGB Variations
Color information
#CCD3F2 (or 0xCCD3F2) is known color: Hawkes Blue. HEX triplet: CC, D3 and F2. RGB value is (204,211,242). Sum of RGB (Red+Green+Blue) = 204+211+242=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 211 (82.81% from 255 or 32.12% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCD3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD3F2 is #332C0D. Grayscale: #D4D4D4. Windows color (decimal): -3353614 or 15913932. OLE color: 15913932.
HSL color Cylindrical-coordinate representation of color #CCD3F2: hue angle of 228.95º 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 #CCD3F2 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 211 | 242 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.05 |
| HSL | 228.95º | 0.59% | 0.87% | - |
| HSV(B) | 228.95º | 0.16% | 0.95% | - |
| XYZ | 64.22 | 65.84 | 93.33 | - |
| YUV | 212.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 242 | 0.16 | 0.13 | 0 | 0.05 | 228.95 | 0.59 | 0.87 |
| Hex | CC | D3 | F2 | 10 | D | 0 | 5 | E5 | 3B | 57 |
| Octal | 314 | 323 | 362 | 20 | 15 | 0 | 5 | 345 | 73 | 127 |
| Binary | 11001100 | 11010011 | 11110010 | 10000 | 1101 | 0 | 101 | 11100101 | 111011 | 1010111 |
Color Harmonies of #CCD3F2
Complementary color
Monochromatic Colors of #CCD3F2
Black with #CCD3F2
Text Example
Text Example
White with #CCD3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3F2; }
p { color: rgb(204,211,242); }
H1.HeaderClassName
{
color: #CCD3F2;
}
.AnyTagClassName
{
color: #CCD3F2;
}
</style>
background-color css
<style>
a { background-color: #CCD3F2; }
a { background-color: rgb(204,211,242); }
div.DivClassName
{
background-color: #CCD3F2;
}
.BgClassName
{
background-color: #CCD3F2;
}
</style>
border-color css
<style>
span { border-color: #CCD3F2; }
span { border-color: rgb(204,211,242); }
td.TdClassName
{
border-color: #CCD3F2;
}
.TagClassName
{
border-color: #CCD3F2;
}
</style>