Shades of Hawkes Blue #CCDEF8
Tints of Hawkes Blue #CCDEF8
RGB
CMYK
RGB Variations
Color information
#CCDEF8 (or 0xCCDEF8) is known color: Hawkes Blue. HEX triplet: CC, DE and F8. RGB value is (204,222,248). Sum of RGB (Red+Green+Blue) = 204+222+248=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCDEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEF8 is #332107. Grayscale: #DBDBDB. Windows color (decimal): -3350792 or 16309964. OLE color: 16309964.
HSL color Cylindrical-coordinate representation of color #CCDEF8: hue angle of 215.45º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCDEF8 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 204 | 222 | 248 | - |
CMYK | 0.18 | 0.10 | 0 | 0.03 |
HSL | 215.45º | 0.76% | 0.89% | - |
HSV(B) | 215.45º | 0.18% | 0.97% | - |
XYZ | 67.97 | 71.86 | 99.09 | - |
YUV | 219.58 | 144.04 | 116.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 222 | 248 | 0.18 | 0.10 | 0 | 0.03 | 215.45 | 0.76 | 0.89 |
Hex | CC | DE | F8 | 12 | A | 0 | 3 | D7 | 4C | 59 |
Octal | 314 | 336 | 370 | 22 | 12 | 0 | 3 | 327 | 114 | 131 |
Binary | 11001100 | 11011110 | 11111000 | 10010 | 1010 | 0 | 11 | 11010111 | 1001100 | 1011001 |
Color Harmonies of #CCDEF8
Complementary color
Monochromatic Colors of #CCDEF8
Black with #CCDEF8
Text Example
Text Example
White with #CCDEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEF8; }
p { color: rgb(204,222,248); }
H1.HeaderClassName
{
color: #CCDEF8;
}
.AnyTagClassName
{
color: #CCDEF8;
}
</style>
background-color css
<style>
a { background-color: #CCDEF8; }
a { background-color: rgb(204,222,248); }
div.DivClassName
{
background-color: #CCDEF8;
}
.BgClassName
{
background-color: #CCDEF8;
}
</style>
border-color css
<style>
span { border-color: #CCDEF8; }
span { border-color: rgb(204,222,248); }
td.TdClassName
{
border-color: #CCDEF8;
}
.TagClassName
{
border-color: #CCDEF8;
}
</style>