Shades of Hawkes Blue #CCDAEB
Tints of Hawkes Blue #CCDAEB
RGB
CMYK
RGB Variations
Color information
#CCDAEB (or 0xCCDAEB) is known color: Hawkes Blue. HEX triplet: CC, DA and EB. RGB value is (204,218,235). Sum of RGB (Red+Green+Blue) = 204+218+235=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCDAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAEB is #332514. Grayscale: #D7D7D7. Windows color (decimal): -3351829 or 15456972. OLE color: 15456972.
HSL color Cylindrical-coordinate representation of color #CCDAEB: hue angle of 212.9º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCDAEB is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 204 | 218 | 235 | - |
CMYK | 0.13 | 0.07 | 0 | 0.08 |
HSL | 212.9º | 0.44% | 0.86% | - |
HSV(B) | 212.9º | 0.13% | 0.92% | - |
XYZ | 64.97 | 68.98 | 88.49 | - |
YUV | 215.75 | 138.86 | 119.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 218 | 235 | 0.13 | 0.07 | 0 | 0.08 | 212.9 | 0.44 | 0.86 |
Hex | CC | DA | EB | D | 7 | 0 | 8 | D5 | 2C | 56 |
Octal | 314 | 332 | 353 | 15 | 7 | 0 | 10 | 325 | 54 | 126 |
Binary | 11001100 | 11011010 | 11101011 | 1101 | 111 | 0 | 1000 | 11010101 | 101100 | 1010110 |
Color Harmonies of #CCDAEB
Complementary color
Monochromatic Colors of #CCDAEB
Black with #CCDAEB
Text Example
Text Example
White with #CCDAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDAEB; }
p { color: rgb(204,218,235); }
H1.HeaderClassName
{
color: #CCDAEB;
}
.AnyTagClassName
{
color: #CCDAEB;
}
</style>
background-color css
<style>
a { background-color: #CCDAEB; }
a { background-color: rgb(204,218,235); }
div.DivClassName
{
background-color: #CCDAEB;
}
.BgClassName
{
background-color: #CCDAEB;
}
</style>
border-color css
<style>
span { border-color: #CCDAEB; }
span { border-color: rgb(204,218,235); }
td.TdClassName
{
border-color: #CCDAEB;
}
.TagClassName
{
border-color: #CCDAEB;
}
</style>