Shades of Hawkes Blue #CCDCF7
Tints of Hawkes Blue #CCDCF7
RGB
CMYK
RGB Variations
Color information
#CCDCF7 (or 0xCCDCF7) is known color: Hawkes Blue. HEX triplet: CC, DC and F7. RGB value is (204,220,247). Sum of RGB (Red+Green+Blue) = 204+220+247=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCDCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCF7 is #332308. Grayscale: #DADADA. Windows color (decimal): -3351305 or 16243916. OLE color: 16243916.
HSL color Cylindrical-coordinate representation of color #CCDCF7: hue angle of 217.67º 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 #CCDCF7 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 204 | 220 | 247 | - |
CMYK | 0.17 | 0.11 | 0 | 0.03 |
HSL | 217.67º | 0.73% | 0.88% | - |
HSV(B) | 217.67º | 0.17% | 0.97% | - |
XYZ | 67.28 | 70.74 | 98.1 | - |
YUV | 218.29 | 144.2 | 117.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 220 | 247 | 0.17 | 0.11 | 0 | 0.03 | 217.67 | 0.73 | 0.88 |
Hex | CC | DC | F7 | 11 | B | 0 | 3 | DA | 49 | 58 |
Octal | 314 | 334 | 367 | 21 | 13 | 0 | 3 | 332 | 111 | 130 |
Binary | 11001100 | 11011100 | 11110111 | 10001 | 1011 | 0 | 11 | 11011010 | 1001001 | 1011000 |
Color Harmonies of #CCDCF7
Complementary color
Monochromatic Colors of #CCDCF7
Black with #CCDCF7
Text Example
Text Example
White with #CCDCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCF7; }
p { color: rgb(204,220,247); }
H1.HeaderClassName
{
color: #CCDCF7;
}
.AnyTagClassName
{
color: #CCDCF7;
}
</style>
background-color css
<style>
a { background-color: #CCDCF7; }
a { background-color: rgb(204,220,247); }
div.DivClassName
{
background-color: #CCDCF7;
}
.BgClassName
{
background-color: #CCDCF7;
}
</style>
border-color css
<style>
span { border-color: #CCDCF7; }
span { border-color: rgb(204,220,247); }
td.TdClassName
{
border-color: #CCDCF7;
}
.TagClassName
{
border-color: #CCDCF7;
}
</style>