Shades of Hawkes Blue #CCDAE9
Tints of Hawkes Blue #CCDAE9
RGB
CMYK
RGB Variations
Color information
#CCDAE9 (or 0xCCDAE9) is known color: Hawkes Blue. HEX triplet: CC, DA and E9. RGB value is (204,218,233). Sum of RGB (Red+Green+Blue) = 204+218+233=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCDAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAE9 is #332516. Grayscale: #D7D7D7. Windows color (decimal): -3351831 or 15325900. OLE color: 15325900.
HSL color Cylindrical-coordinate representation of color #CCDAE9: hue angle of 211.03º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCDAE9 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 218 | 233 | - |
CMYK | 0.12 | 0.06 | 0 | 0.09 |
HSL | 211.03º | 0.4% | 0.86% | - |
HSV(B) | 211.03º | 0.12% | 0.91% | - |
XYZ | 64.68 | 68.86 | 86.97 | - |
YUV | 215.52 | 137.86 | 119.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 218 | 233 | 0.12 | 0.06 | 0 | 0.09 | 211.03 | 0.4 | 0.86 |
Hex | CC | DA | E9 | C | 6 | 0 | 9 | D3 | 28 | 56 |
Octal | 314 | 332 | 351 | 14 | 6 | 0 | 11 | 323 | 50 | 126 |
Binary | 11001100 | 11011010 | 11101001 | 1100 | 110 | 0 | 1001 | 11010011 | 101000 | 1010110 |
Color Harmonies of #CCDAE9
Complementary color
Monochromatic Colors of #CCDAE9
Black with #CCDAE9
Text Example
Text Example
White with #CCDAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDAE9; }
p { color: rgb(204,218,233); }
H1.HeaderClassName
{
color: #CCDAE9;
}
.AnyTagClassName
{
color: #CCDAE9;
}
</style>
background-color css
<style>
a { background-color: #CCDAE9; }
a { background-color: rgb(204,218,233); }
div.DivClassName
{
background-color: #CCDAE9;
}
.BgClassName
{
background-color: #CCDAE9;
}
</style>
border-color css
<style>
span { border-color: #CCDAE9; }
span { border-color: rgb(204,218,233); }
td.TdClassName
{
border-color: #CCDAE9;
}
.TagClassName
{
border-color: #CCDAE9;
}
</style>