Shades of Hawkes Blue #CCD8F0
Tints of Hawkes Blue #CCD8F0
RGB
CMYK
RGB Variations
Color information
#CCD8F0 (or 0xCCD8F0) is known color: Hawkes Blue. HEX triplet: CC, D8 and F0. RGB value is (204,216,240). Sum of RGB (Red+Green+Blue) = 204+216+240=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 216 (84.77% from 255 or 32.73% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCD8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD8F0 is #33270F. Grayscale: #D7D7D7. Windows color (decimal): -3352336 or 15784140. OLE color: 15784140.
HSL color Cylindrical-coordinate representation of color #CCD8F0: hue angle of 220º degrees, saturation: 0.55, 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 #CCD8F0 is Cyan = 0.15, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 204 | 216 | 240 | - |
CMYK | 0.15 | 0.1 | 0 | 0.06 |
HSL | 220º | 0.55% | 0.87% | - |
HSV(B) | 220º | 0.15% | 0.94% | - |
XYZ | 65.19 | 68.24 | 92.17 | - |
YUV | 215.15 | 142.02 | 120.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 216 | 240 | 0.15 | 0.1 | 0 | 0.06 | 220 | 0.55 | 0.87 |
Hex | CC | D8 | F0 | F | A | 0 | 6 | DC | 37 | 57 |
Octal | 314 | 330 | 360 | 17 | 12 | 0 | 6 | 334 | 67 | 127 |
Binary | 11001100 | 11011000 | 11110000 | 1111 | 1010 | 0 | 110 | 11011100 | 110111 | 1010111 |
Color Harmonies of #CCD8F0
Complementary color
Monochromatic Colors of #CCD8F0
Black with #CCD8F0
Text Example
Text Example
White with #CCD8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8F0; }
p { color: rgb(204,216,240); }
H1.HeaderClassName
{
color: #CCD8F0;
}
.AnyTagClassName
{
color: #CCD8F0;
}
</style>
background-color css
<style>
a { background-color: #CCD8F0; }
a { background-color: rgb(204,216,240); }
div.DivClassName
{
background-color: #CCD8F0;
}
.BgClassName
{
background-color: #CCD8F0;
}
</style>
border-color css
<style>
span { border-color: #CCD8F0; }
span { border-color: rgb(204,216,240); }
td.TdClassName
{
border-color: #CCD8F0;
}
.TagClassName
{
border-color: #CCD8F0;
}
</style>