Shades of Hawkes Blue #CCD3F3
Tints of Hawkes Blue #CCD3F3
RGB
CMYK
RGB Variations
Color information
#CCD3F3 (or 0xCCD3F3) is known color: Hawkes Blue. HEX triplet: CC, D3 and F3. RGB value is (204,211,243). Sum of RGB (Red+Green+Blue) = 204+211+243=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCD3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD3F3 is #332C0C. Grayscale: #D4D4D4. Windows color (decimal): -3353613 or 15979468. OLE color: 15979468.
HSL color Cylindrical-coordinate representation of color #CCD3F3: hue angle of 229.23º 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 #CCD3F3 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 211 | 243 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.05 |
| HSL | 229.23º | 0.62% | 0.88% | - |
| HSV(B) | 229.23º | 0.16% | 0.95% | - |
| XYZ | 64.37 | 65.9 | 94.12 | - |
| YUV | 212.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 243 | 0.16 | 0.13 | 0 | 0.05 | 229.23 | 0.62 | 0.88 |
| Hex | CC | D3 | F3 | 10 | D | 0 | 5 | E5 | 3E | 58 |
| Octal | 314 | 323 | 363 | 20 | 15 | 0 | 5 | 345 | 76 | 130 |
| Binary | 11001100 | 11010011 | 11110011 | 10000 | 1101 | 0 | 101 | 11100101 | 111110 | 1011000 |
Color Harmonies of #CCD3F3
Complementary color
Monochromatic Colors of #CCD3F3
Black with #CCD3F3
Text Example
Text Example
White with #CCD3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3F3; }
p { color: rgb(204,211,243); }
H1.HeaderClassName
{
color: #CCD3F3;
}
.AnyTagClassName
{
color: #CCD3F3;
}
</style>
background-color css
<style>
a { background-color: #CCD3F3; }
a { background-color: rgb(204,211,243); }
div.DivClassName
{
background-color: #CCD3F3;
}
.BgClassName
{
background-color: #CCD3F3;
}
</style>
border-color css
<style>
span { border-color: #CCD3F3; }
span { border-color: rgb(204,211,243); }
td.TdClassName
{
border-color: #CCD3F3;
}
.TagClassName
{
border-color: #CCD3F3;
}
</style>