Shades of Hawkes Blue #CCD7F3
Tints of Hawkes Blue #CCD7F3
RGB
CMYK
RGB Variations
Color information
#CCD7F3 (or 0xCCD7F3) is known color: Hawkes Blue. HEX triplet: CC, D7 and F3. RGB value is (204,215,243). Sum of RGB (Red+Green+Blue) = 204+215+243=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 215 (84.38% from 255 or 32.48% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCD7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7F3 is #33280C. Grayscale: #D6D6D6. Windows color (decimal): -3352589 or 15980492. OLE color: 15980492.
HSL color Cylindrical-coordinate representation of color #CCD7F3: hue angle of 223.08º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCD7F3 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 215 | 243 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.05 |
| HSL | 223.08º | 0.62% | 0.88% | - |
| HSV(B) | 223.08º | 0.16% | 0.95% | - |
| XYZ | 65.38 | 67.91 | 94.46 | - |
| YUV | 214.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 243 | 0.16 | 0.12 | 0 | 0.05 | 223.08 | 0.62 | 0.88 |
| Hex | CC | D7 | F3 | 10 | C | 0 | 5 | DF | 3E | 58 |
| Octal | 314 | 327 | 363 | 20 | 14 | 0 | 5 | 337 | 76 | 130 |
| Binary | 11001100 | 11010111 | 11110011 | 10000 | 1100 | 0 | 101 | 11011111 | 111110 | 1011000 |
Color Harmonies of #CCD7F3
Complementary color
Monochromatic Colors of #CCD7F3
Black with #CCD7F3
Text Example
Text Example
White with #CCD7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7F3; }
p { color: rgb(204,215,243); }
H1.HeaderClassName
{
color: #CCD7F3;
}
.AnyTagClassName
{
color: #CCD7F3;
}
</style>
background-color css
<style>
a { background-color: #CCD7F3; }
a { background-color: rgb(204,215,243); }
div.DivClassName
{
background-color: #CCD7F3;
}
.BgClassName
{
background-color: #CCD7F3;
}
</style>
border-color css
<style>
span { border-color: #CCD7F3; }
span { border-color: rgb(204,215,243); }
td.TdClassName
{
border-color: #CCD7F3;
}
.TagClassName
{
border-color: #CCD7F3;
}
</style>