Shades of Hawkes Blue #CCD5ED
Tints of Hawkes Blue #CCD5ED
RGB
CMYK
RGB Variations
Color information
#CCD5ED (or 0xCCD5ED) is known color: Hawkes Blue. HEX triplet: CC, D5 and ED. RGB value is (204,213,237). Sum of RGB (Red+Green+Blue) = 204+213+237=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCD5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD5ED is #332A12. Grayscale: #D4D4D4. Windows color (decimal): -3353107 or 15586764. OLE color: 15586764.
HSL color Cylindrical-coordinate representation of color #CCD5ED: hue angle of 223.64º degrees, saturation: 0.48, 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 #CCD5ED is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 213 | 237 | - |
CMYK | 0.14 | 0.10 | 0 | 0.07 |
HSL | 223.64º | 0.48% | 0.86% | - |
HSV(B) | 223.64º | 0.14% | 0.93% | - |
XYZ | 63.98 | 66.54 | 89.59 | - |
YUV | 213.05 | 141.52 | 121.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 213 | 237 | 0.14 | 0.10 | 0 | 0.07 | 223.64 | 0.48 | 0.86 |
Hex | CC | D5 | ED | E | A | 0 | 7 | E0 | 30 | 56 |
Octal | 314 | 325 | 355 | 16 | 12 | 0 | 7 | 340 | 60 | 126 |
Binary | 11001100 | 11010101 | 11101101 | 1110 | 1010 | 0 | 111 | 11100000 | 110000 | 1010110 |
Color Harmonies of #CCD5ED
Complementary color
Monochromatic Colors of #CCD5ED
Black with #CCD5ED
Text Example
Text Example
White with #CCD5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5ED; }
p { color: rgb(204,213,237); }
H1.HeaderClassName
{
color: #CCD5ED;
}
.AnyTagClassName
{
color: #CCD5ED;
}
</style>
background-color css
<style>
a { background-color: #CCD5ED; }
a { background-color: rgb(204,213,237); }
div.DivClassName
{
background-color: #CCD5ED;
}
.BgClassName
{
background-color: #CCD5ED;
}
</style>
border-color css
<style>
span { border-color: #CCD5ED; }
span { border-color: rgb(204,213,237); }
td.TdClassName
{
border-color: #CCD5ED;
}
.TagClassName
{
border-color: #CCD5ED;
}
</style>