Shades of Hawkes Blue #CCDBF8
Tints of Hawkes Blue #CCDBF8
RGB
CMYK
RGB Variations
Color information
#CCDBF8 (or 0xCCDBF8) is known color: Hawkes Blue. HEX triplet: CC, DB and F8. RGB value is (204,219,248). Sum of RGB (Red+Green+Blue) = 204+219+248=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 248 (97.27% from 255 or 36.96% from 671); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCDBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDBF8 is #332407. Grayscale: #D9D9D9. Windows color (decimal): -3351560 or 16309196. OLE color: 16309196.
HSL color Cylindrical-coordinate representation of color #CCDBF8: hue angle of 219.55º 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 #CCDBF8 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 204 | 219 | 248 | - |
CMYK | 0.18 | 0.12 | 0 | 0.03 |
HSL | 219.55º | 0.76% | 0.89% | - |
HSV(B) | 219.55º | 0.18% | 0.97% | - |
XYZ | 67.18 | 70.28 | 98.83 | - |
YUV | 217.82 | 145.03 | 118.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 248 | 0.18 | 0.12 | 0 | 0.03 | 219.55 | 0.76 | 0.89 |
Hex | CC | DB | F8 | 12 | C | 0 | 3 | DC | 4C | 59 |
Octal | 314 | 333 | 370 | 22 | 14 | 0 | 3 | 334 | 114 | 131 |
Binary | 11001100 | 11011011 | 11111000 | 10010 | 1100 | 0 | 11 | 11011100 | 1001100 | 1011001 |
Color Harmonies of #CCDBF8
Complementary color
Monochromatic Colors of #CCDBF8
Black with #CCDBF8
Text Example
Text Example
White with #CCDBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBF8; }
p { color: rgb(204,219,248); }
H1.HeaderClassName
{
color: #CCDBF8;
}
.AnyTagClassName
{
color: #CCDBF8;
}
</style>
background-color css
<style>
a { background-color: #CCDBF8; }
a { background-color: rgb(204,219,248); }
div.DivClassName
{
background-color: #CCDBF8;
}
.BgClassName
{
background-color: #CCDBF8;
}
</style>
border-color css
<style>
span { border-color: #CCDBF8; }
span { border-color: rgb(204,219,248); }
td.TdClassName
{
border-color: #CCDBF8;
}
.TagClassName
{
border-color: #CCDBF8;
}
</style>