Shades of Hawkes Blue #CCD5F3
Tints of Hawkes Blue #CCD5F3
RGB
CMYK
RGB Variations
Color information
#CCD5F3 (or 0xCCD5F3) is known color: Hawkes Blue. HEX triplet: CC, D5 and F3. RGB value is (204,213,243). Sum of RGB (Red+Green+Blue) = 204+213+243=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 213 (83.59% from 255 or 32.27% from 660); Blue value is 243 (95.31% from 255 or 36.82% from 660); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCD5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD5F3 is #332A0C. Grayscale: #D5D5D5. Windows color (decimal): -3353101 or 15979980. OLE color: 15979980.
HSL color Cylindrical-coordinate representation of color #CCD5F3: hue angle of 226.15º 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 #CCD5F3 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 213 | 243 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.05 |
| HSL | 226.15º | 0.62% | 0.88% | - |
| HSV(B) | 226.15º | 0.16% | 0.95% | - |
| XYZ | 64.87 | 66.9 | 94.29 | - |
| YUV | 213.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 243 | 0.16 | 0.12 | 0 | 0.05 | 226.15 | 0.62 | 0.88 |
| Hex | CC | D5 | F3 | 10 | C | 0 | 5 | E2 | 3E | 58 |
| Octal | 314 | 325 | 363 | 20 | 14 | 0 | 5 | 342 | 76 | 130 |
| Binary | 11001100 | 11010101 | 11110011 | 10000 | 1100 | 0 | 101 | 11100010 | 111110 | 1011000 |
Color Harmonies of #CCD5F3
Complementary color
Monochromatic Colors of #CCD5F3
Black with #CCD5F3
Text Example
Text Example
White with #CCD5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5F3; }
p { color: rgb(204,213,243); }
H1.HeaderClassName
{
color: #CCD5F3;
}
.AnyTagClassName
{
color: #CCD5F3;
}
</style>
background-color css
<style>
a { background-color: #CCD5F3; }
a { background-color: rgb(204,213,243); }
div.DivClassName
{
background-color: #CCD5F3;
}
.BgClassName
{
background-color: #CCD5F3;
}
</style>
border-color css
<style>
span { border-color: #CCD5F3; }
span { border-color: rgb(204,213,243); }
td.TdClassName
{
border-color: #CCD5F3;
}
.TagClassName
{
border-color: #CCD5F3;
}
</style>