Shades of Hawkes Blue #CCD2EF
Tints of Hawkes Blue #CCD2EF
RGB
CMYK
RGB Variations
Color information
#CCD2EF (or 0xCCD2EF) is known color: Hawkes Blue. HEX triplet: CC, D2 and EF. RGB value is (204,210,239). Sum of RGB (Red+Green+Blue) = 204+210+239=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCD2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2EF is #332D10. Grayscale: #D3D3D3. Windows color (decimal): -3353873 or 15717068. OLE color: 15717068.
HSL color Cylindrical-coordinate representation of color #CCD2EF: hue angle of 229.71º 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 #CCD2EF is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 210 | 239 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.06 |
| HSL | 229.71º | 0.52% | 0.87% | - |
| HSV(B) | 229.71º | 0.15% | 0.94% | - |
| XYZ | 63.53 | 65.16 | 90.89 | - |
| YUV | 211.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 239 | 0.15 | 0.12 | 0 | 0.06 | 229.71 | 0.52 | 0.87 |
| Hex | CC | D2 | EF | F | C | 0 | 6 | E6 | 34 | 57 |
| Octal | 314 | 322 | 357 | 17 | 14 | 0 | 6 | 346 | 64 | 127 |
| Binary | 11001100 | 11010010 | 11101111 | 1111 | 1100 | 0 | 110 | 11100110 | 110100 | 1010111 |
Color Harmonies of #CCD2EF
Complementary color
Monochromatic Colors of #CCD2EF
Black with #CCD2EF
Text Example
Text Example
White with #CCD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2EF; }
p { color: rgb(204,210,239); }
H1.HeaderClassName
{
color: #CCD2EF;
}
.AnyTagClassName
{
color: #CCD2EF;
}
</style>
background-color css
<style>
a { background-color: #CCD2EF; }
a { background-color: rgb(204,210,239); }
div.DivClassName
{
background-color: #CCD2EF;
}
.BgClassName
{
background-color: #CCD2EF;
}
</style>
border-color css
<style>
span { border-color: #CCD2EF; }
span { border-color: rgb(204,210,239); }
td.TdClassName
{
border-color: #CCD2EF;
}
.TagClassName
{
border-color: #CCD2EF;
}
</style>