Shades of Hawkes Blue #CCDEF7
Tints of Hawkes Blue #CCDEF7
RGB
CMYK
RGB Variations
Color information
#CCDEF7 (or 0xCCDEF7) is known color: Hawkes Blue. HEX triplet: CC, DE and F7. RGB value is (204,222,247). Sum of RGB (Red+Green+Blue) = 204+222+247=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCDEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEF7 is #332108. Grayscale: #DBDBDB. Windows color (decimal): -3350793 or 16244428. OLE color: 16244428.
HSL color Cylindrical-coordinate representation of color #CCDEF7: hue angle of 214.88º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCDEF7 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 204 | 222 | 247 | - |
CMYK | 0.17 | 0.10 | 0 | 0.03 |
HSL | 214.88º | 0.73% | 0.88% | - |
HSV(B) | 214.88º | 0.17% | 0.97% | - |
XYZ | 67.81 | 71.8 | 98.28 | - |
YUV | 219.47 | 143.54 | 116.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 222 | 247 | 0.17 | 0.10 | 0 | 0.03 | 214.88 | 0.73 | 0.88 |
Hex | CC | DE | F7 | 11 | A | 0 | 3 | D7 | 49 | 58 |
Octal | 314 | 336 | 367 | 21 | 12 | 0 | 3 | 327 | 111 | 130 |
Binary | 11001100 | 11011110 | 11110111 | 10001 | 1010 | 0 | 11 | 11010111 | 1001001 | 1011000 |
Color Harmonies of #CCDEF7
Complementary color
Monochromatic Colors of #CCDEF7
Black with #CCDEF7
Text Example
Text Example
White with #CCDEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEF7; }
p { color: rgb(204,222,247); }
H1.HeaderClassName
{
color: #CCDEF7;
}
.AnyTagClassName
{
color: #CCDEF7;
}
</style>
background-color css
<style>
a { background-color: #CCDEF7; }
a { background-color: rgb(204,222,247); }
div.DivClassName
{
background-color: #CCDEF7;
}
.BgClassName
{
background-color: #CCDEF7;
}
</style>
border-color css
<style>
span { border-color: #CCDEF7; }
span { border-color: rgb(204,222,247); }
td.TdClassName
{
border-color: #CCDEF7;
}
.TagClassName
{
border-color: #CCDEF7;
}
</style>