Shades of Hawkes Blue #CCD4F7
Tints of Hawkes Blue #CCD4F7
RGB
CMYK
RGB Variations
Color information
#CCD4F7 (or 0xCCD4F7) is known color: Hawkes Blue. HEX triplet: CC, D4 and F7. RGB value is (204,212,247). Sum of RGB (Red+Green+Blue) = 204+212+247=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 212 (83.20% from 255 or 31.98% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCD4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4F7 is #332B08. Grayscale: #D5D5D5. Windows color (decimal): -3353353 or 16241868. OLE color: 16241868.
HSL color Cylindrical-coordinate representation of color #CCD4F7: hue angle of 228.84º 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 #CCD4F7 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 204 | 212 | 247 | - |
CMYK | 0.17 | 0.14 | 0 | 0.03 |
HSL | 228.84º | 0.73% | 0.88% | - |
HSV(B) | 228.84º | 0.17% | 0.97% | - |
XYZ | 65.23 | 66.64 | 97.42 | - |
YUV | 213.6 | 146.85 | 121.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 212 | 247 | 0.17 | 0.14 | 0 | 0.03 | 228.84 | 0.73 | 0.88 |
Hex | CC | D4 | F7 | 11 | E | 0 | 3 | E5 | 49 | 58 |
Octal | 314 | 324 | 367 | 21 | 16 | 0 | 3 | 345 | 111 | 130 |
Binary | 11001100 | 11010100 | 11110111 | 10001 | 1110 | 0 | 11 | 11100101 | 1001001 | 1011000 |
Color Harmonies of #CCD4F7
Complementary color
Monochromatic Colors of #CCD4F7
Black with #CCD4F7
Text Example
Text Example
White with #CCD4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4F7; }
p { color: rgb(204,212,247); }
H1.HeaderClassName
{
color: #CCD4F7;
}
.AnyTagClassName
{
color: #CCD4F7;
}
</style>
background-color css
<style>
a { background-color: #CCD4F7; }
a { background-color: rgb(204,212,247); }
div.DivClassName
{
background-color: #CCD4F7;
}
.BgClassName
{
background-color: #CCD4F7;
}
</style>
border-color css
<style>
span { border-color: #CCD4F7; }
span { border-color: rgb(204,212,247); }
td.TdClassName
{
border-color: #CCD4F7;
}
.TagClassName
{
border-color: #CCD4F7;
}
</style>