Shades of Hawkes Blue #CCD3EB
Tints of Hawkes Blue #CCD3EB
RGB
CMYK
RGB Variations
Color information
#CCD3EB (or 0xCCD3EB) is known color: Hawkes Blue. HEX triplet: CC, D3 and EB. RGB value is (204,211,235). Sum of RGB (Red+Green+Blue) = 204+211+235=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 211 (82.81% from 255 or 32.46% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCD3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD3EB is #332C14. Grayscale: #D3D3D3. Windows color (decimal): -3353621 or 15455180. OLE color: 15455180.
HSL color Cylindrical-coordinate representation of color #CCD3EB: hue angle of 226.45º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCD3EB is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 211 | 235 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.08 |
| HSL | 226.45º | 0.44% | 0.86% | - |
| HSV(B) | 226.45º | 0.13% | 0.92% | - |
| XYZ | 63.19 | 65.42 | 87.89 | - |
| YUV | 211.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 235 | 0.13 | 0.10 | 0 | 0.08 | 226.45 | 0.44 | 0.86 |
| Hex | CC | D3 | EB | D | A | 0 | 8 | E2 | 2C | 56 |
| Octal | 314 | 323 | 353 | 15 | 12 | 0 | 10 | 342 | 54 | 126 |
| Binary | 11001100 | 11010011 | 11101011 | 1101 | 1010 | 0 | 1000 | 11100010 | 101100 | 1010110 |
Color Harmonies of #CCD3EB
Complementary color
Monochromatic Colors of #CCD3EB
Black with #CCD3EB
Text Example
Text Example
White with #CCD3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3EB; }
p { color: rgb(204,211,235); }
H1.HeaderClassName
{
color: #CCD3EB;
}
.AnyTagClassName
{
color: #CCD3EB;
}
</style>
background-color css
<style>
a { background-color: #CCD3EB; }
a { background-color: rgb(204,211,235); }
div.DivClassName
{
background-color: #CCD3EB;
}
.BgClassName
{
background-color: #CCD3EB;
}
</style>
border-color css
<style>
span { border-color: #CCD3EB; }
span { border-color: rgb(204,211,235); }
td.TdClassName
{
border-color: #CCD3EB;
}
.TagClassName
{
border-color: #CCD3EB;
}
</style>