Shades of Hawkes Blue #CCD1EF
Tints of Hawkes Blue #CCD1EF
RGB
CMYK
RGB Variations
Color information
#CCD1EF (or 0xCCD1EF) is known color: Hawkes Blue. HEX triplet: CC, D1 and EF. RGB value is (204,209,239). Sum of RGB (Red+Green+Blue) = 204+209+239=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCD1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD1EF is #332E10. Grayscale: #D2D2D2. Windows color (decimal): -3354129 or 15716812. OLE color: 15716812.
HSL color Cylindrical-coordinate representation of color #CCD1EF: hue angle of 231.43º 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 #CCD1EF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 209 | 239 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.06 |
| HSL | 231.43º | 0.52% | 0.87% | - |
| HSV(B) | 231.43º | 0.15% | 0.94% | - |
| XYZ | 63.28 | 64.67 | 90.81 | - |
| YUV | 210.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 239 | 0.15 | 0.13 | 0 | 0.06 | 231.43 | 0.52 | 0.87 |
| Hex | CC | D1 | EF | F | D | 0 | 6 | E7 | 34 | 57 |
| Octal | 314 | 321 | 357 | 17 | 15 | 0 | 6 | 347 | 64 | 127 |
| Binary | 11001100 | 11010001 | 11101111 | 1111 | 1101 | 0 | 110 | 11100111 | 110100 | 1010111 |
Color Harmonies of #CCD1EF
Complementary color
Monochromatic Colors of #CCD1EF
Black with #CCD1EF
Text Example
Text Example
White with #CCD1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD1EF; }
p { color: rgb(204,209,239); }
H1.HeaderClassName
{
color: #CCD1EF;
}
.AnyTagClassName
{
color: #CCD1EF;
}
</style>
background-color css
<style>
a { background-color: #CCD1EF; }
a { background-color: rgb(204,209,239); }
div.DivClassName
{
background-color: #CCD1EF;
}
.BgClassName
{
background-color: #CCD1EF;
}
</style>
border-color css
<style>
span { border-color: #CCD1EF; }
span { border-color: rgb(204,209,239); }
td.TdClassName
{
border-color: #CCD1EF;
}
.TagClassName
{
border-color: #CCD1EF;
}
</style>