Shades of Hawkes Blue #CCD3EF
Tints of Hawkes Blue #CCD3EF
RGB
CMYK
RGB Variations
Color information
#CCD3EF (or 0xCCD3EF) is known color: Hawkes Blue. HEX triplet: CC, D3 and EF. RGB value is (204,211,239). Sum of RGB (Red+Green+Blue) = 204+211+239=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCD3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD3EF is #332C10. Grayscale: #D3D3D3. Windows color (decimal): -3353617 or 15717324. OLE color: 15717324.
HSL color Cylindrical-coordinate representation of color #CCD3EF: hue angle of 228º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCD3EF is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 211 | 239 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.06 |
| HSL | 228º | 0.52% | 0.87% | - |
| HSV(B) | 228º | 0.15% | 0.94% | - |
| XYZ | 63.78 | 65.66 | 90.97 | - |
| YUV | 212.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 239 | 0.15 | 0.12 | 0 | 0.06 | 228 | 0.52 | 0.87 |
| Hex | CC | D3 | EF | F | C | 0 | 6 | E4 | 34 | 57 |
| Octal | 314 | 323 | 357 | 17 | 14 | 0 | 6 | 344 | 64 | 127 |
| Binary | 11001100 | 11010011 | 11101111 | 1111 | 1100 | 0 | 110 | 11100100 | 110100 | 1010111 |
Color Harmonies of #CCD3EF
Complementary color
Monochromatic Colors of #CCD3EF
Black with #CCD3EF
Text Example
Text Example
White with #CCD3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3EF; }
p { color: rgb(204,211,239); }
H1.HeaderClassName
{
color: #CCD3EF;
}
.AnyTagClassName
{
color: #CCD3EF;
}
</style>
background-color css
<style>
a { background-color: #CCD3EF; }
a { background-color: rgb(204,211,239); }
div.DivClassName
{
background-color: #CCD3EF;
}
.BgClassName
{
background-color: #CCD3EF;
}
</style>
border-color css
<style>
span { border-color: #CCD3EF; }
span { border-color: rgb(204,211,239); }
td.TdClassName
{
border-color: #CCD3EF;
}
.TagClassName
{
border-color: #CCD3EF;
}
</style>