Shades of Hawkes Blue #CCD2F2
Tints of Hawkes Blue #CCD2F2
RGB
CMYK
RGB Variations
Color information
#CCD2F2 (or 0xCCD2F2) is known color: Hawkes Blue. HEX triplet: CC, D2 and F2. RGB value is (204,210,242). Sum of RGB (Red+Green+Blue) = 204+210+242=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 210 (82.42% from 255 or 32.01% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCD2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2F2 is #332D0D. Grayscale: #D3D3D3. Windows color (decimal): -3353870 or 15913676. OLE color: 15913676.
HSL color Cylindrical-coordinate representation of color #CCD2F2: hue angle of 230.53º 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 #CCD2F2 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 210 | 242 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.05 |
| HSL | 230.53º | 0.59% | 0.87% | - |
| HSV(B) | 230.53º | 0.16% | 0.95% | - |
| XYZ | 63.98 | 65.34 | 93.24 | - |
| YUV | 211.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 242 | 0.16 | 0.13 | 0 | 0.05 | 230.53 | 0.59 | 0.87 |
| Hex | CC | D2 | F2 | 10 | D | 0 | 5 | E7 | 3B | 57 |
| Octal | 314 | 322 | 362 | 20 | 15 | 0 | 5 | 347 | 73 | 127 |
| Binary | 11001100 | 11010010 | 11110010 | 10000 | 1101 | 0 | 101 | 11100111 | 111011 | 1010111 |
Color Harmonies of #CCD2F2
Complementary color
Monochromatic Colors of #CCD2F2
Black with #CCD2F2
Text Example
Text Example
White with #CCD2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2F2; }
p { color: rgb(204,210,242); }
H1.HeaderClassName
{
color: #CCD2F2;
}
.AnyTagClassName
{
color: #CCD2F2;
}
</style>
background-color css
<style>
a { background-color: #CCD2F2; }
a { background-color: rgb(204,210,242); }
div.DivClassName
{
background-color: #CCD2F2;
}
.BgClassName
{
background-color: #CCD2F2;
}
</style>
border-color css
<style>
span { border-color: #CCD2F2; }
span { border-color: rgb(204,210,242); }
td.TdClassName
{
border-color: #CCD2F2;
}
.TagClassName
{
border-color: #CCD2F2;
}
</style>