Shades of Hawkes Blue #CCDBEC
Tints of Hawkes Blue #CCDBEC
RGB
CMYK
RGB Variations
Color information
#CCDBEC (or 0xCCDBEC) is known color: Hawkes Blue. HEX triplet: CC, DB and EC. RGB value is (204,219,236). Sum of RGB (Red+Green+Blue) = 204+219+236=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCDBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDBEC is #332413. Grayscale: #D8D8D8. Windows color (decimal): -3351572 or 15522764. OLE color: 15522764.
HSL color Cylindrical-coordinate representation of color #CCDBEC: hue angle of 211.88º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCDBEC is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 219 | 236 | - |
CMYK | 0.14 | 0.07 | 0 | 0.07 |
HSL | 211.88º | 0.46% | 0.86% | - |
HSV(B) | 211.88º | 0.14% | 0.93% | - |
XYZ | 65.37 | 69.56 | 89.34 | - |
YUV | 216.45 | 139.03 | 119.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 236 | 0.14 | 0.07 | 0 | 0.07 | 211.88 | 0.46 | 0.86 |
Hex | CC | DB | EC | E | 7 | 0 | 7 | D4 | 2E | 56 |
Octal | 314 | 333 | 354 | 16 | 7 | 0 | 7 | 324 | 56 | 126 |
Binary | 11001100 | 11011011 | 11101100 | 1110 | 111 | 0 | 111 | 11010100 | 101110 | 1010110 |
Color Harmonies of #CCDBEC
Complementary color
Monochromatic Colors of #CCDBEC
Black with #CCDBEC
Text Example
Text Example
White with #CCDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBEC; }
p { color: rgb(204,219,236); }
H1.HeaderClassName
{
color: #CCDBEC;
}
.AnyTagClassName
{
color: #CCDBEC;
}
</style>
background-color css
<style>
a { background-color: #CCDBEC; }
a { background-color: rgb(204,219,236); }
div.DivClassName
{
background-color: #CCDBEC;
}
.BgClassName
{
background-color: #CCDBEC;
}
</style>
border-color css
<style>
span { border-color: #CCDBEC; }
span { border-color: rgb(204,219,236); }
td.TdClassName
{
border-color: #CCDBEC;
}
.TagClassName
{
border-color: #CCDBEC;
}
</style>