Shades of Hawkes Blue #CCD5FA
Tints of Hawkes Blue #CCD5FA
RGB
CMYK
RGB Variations
Color information
#CCD5FA (or 0xCCD5FA) is known color: Hawkes Blue. HEX triplet: CC, D5 and FA. RGB value is (204,213,250). Sum of RGB (Red+Green+Blue) = 204+213+250=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCD5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD5FA is #332A05. Grayscale: #D6D6D6. Windows color (decimal): -3353094 or 16438732. OLE color: 16438732.
HSL color Cylindrical-coordinate representation of color #CCD5FA: hue angle of 228.26º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCD5FA is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 213 | 250 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.02 |
| HSL | 228.26º | 0.82% | 0.89% | - |
| HSV(B) | 228.26º | 0.18% | 0.98% | - |
| XYZ | 65.95 | 67.33 | 99.96 | - |
| YUV | 214.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 250 | 0.18 | 0.15 | 0 | 0.02 | 228.26 | 0.82 | 0.89 |
| Hex | CC | D5 | FA | 12 | F | 0 | 2 | E4 | 52 | 59 |
| Octal | 314 | 325 | 372 | 22 | 17 | 0 | 2 | 344 | 122 | 131 |
| Binary | 11001100 | 11010101 | 11111010 | 10010 | 1111 | 0 | 10 | 11100100 | 1010010 | 1011001 |
Color Harmonies of #CCD5FA
Complementary color
Monochromatic Colors of #CCD5FA
Black with #CCD5FA
Text Example
Text Example
White with #CCD5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5FA; }
p { color: rgb(204,213,250); }
H1.HeaderClassName
{
color: #CCD5FA;
}
.AnyTagClassName
{
color: #CCD5FA;
}
</style>
background-color css
<style>
a { background-color: #CCD5FA; }
a { background-color: rgb(204,213,250); }
div.DivClassName
{
background-color: #CCD5FA;
}
.BgClassName
{
background-color: #CCD5FA;
}
</style>
border-color css
<style>
span { border-color: #CCD5FA; }
span { border-color: rgb(204,213,250); }
td.TdClassName
{
border-color: #CCD5FA;
}
.TagClassName
{
border-color: #CCD5FA;
}
</style>