Shades of Hawkes Blue #CCE1FF
Tints of Hawkes Blue #CCE1FF
RGB
CMYK
RGB Variations
Color information
#CCE1FF (or 0xCCE1FF) is known color: Hawkes Blue. HEX triplet: CC, E1 and FF. RGB value is (204,225,255). Sum of RGB (Red+Green+Blue) = 204+225+255=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCE1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE1FF is #331E00. Grayscale: #DEDEDE. Windows color (decimal): -3350017 or 16769484. OLE color: 16769484.
HSL color Cylindrical-coordinate representation of color #CCE1FF: hue angle of 215.29º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCE1FF is Cyan = 0.2, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 225 | 255 | - |
| CMYK | 0.2 | 0.12 | 0 | 0 |
| HSL | 215.29º | 1% | 0.9% | - |
| HSV(B) | 215.29º | 0.2% | 1% | - |
| XYZ | 69.88 | 73.91 | 105.19 | - |
| YUV | 222.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 255 | 0.2 | 0.12 | 0 | 0 | 215.29 | 1 | 0.9 |
| Hex | CC | E1 | FF | 14 | C | 0 | 0 | D7 | 64 | 5A |
| Octal | 314 | 341 | 377 | 24 | 14 | 0 | 0 | 327 | 144 | 132 |
| Binary | 11001100 | 11100001 | 11111111 | 10100 | 1100 | 0 | 0 | 11010111 | 1100100 | 1011010 |
Color Harmonies of #CCE1FF
Complementary color
Monochromatic Colors of #CCE1FF
Black with #CCE1FF
Text Example
Text Example
White with #CCE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE1FF; }
p { color: rgb(204,225,255); }
H1.HeaderClassName
{
color: #CCE1FF;
}
.AnyTagClassName
{
color: #CCE1FF;
}
</style>
background-color css
<style>
a { background-color: #CCE1FF; }
a { background-color: rgb(204,225,255); }
div.DivClassName
{
background-color: #CCE1FF;
}
.BgClassName
{
background-color: #CCE1FF;
}
</style>
border-color css
<style>
span { border-color: #CCE1FF; }
span { border-color: rgb(204,225,255); }
td.TdClassName
{
border-color: #CCE1FF;
}
.TagClassName
{
border-color: #CCE1FF;
}
</style>