Shades of Hawkes Blue #CDE1FC
Tints of Hawkes Blue #CDE1FC
RGB
CMYK
RGB Variations
Color information
#CDE1FC (or 0xCDE1FC) is known color: Hawkes Blue. HEX triplet: CD, E1 and FC. RGB value is (205,225,252). Sum of RGB (Red+Green+Blue) = 205+225+252=682 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.06% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDE1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1FC is #321E03. Grayscale: #DDDDDD. Windows color (decimal): -3284484 or 16572877. OLE color: 16572877.
HSL color Cylindrical-coordinate representation of color #CDE1FC: hue angle of 214.47º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDE1FC is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 225 | 252 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.01 |
| HSL | 214.47º | 0.89% | 0.9% | - |
| HSV(B) | 214.47º | 0.19% | 0.99% | - |
| XYZ | 69.67 | 73.86 | 102.68 | - |
| YUV | 222.1 | 144.87 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 252 | 0.19 | 0.11 | 0 | 0.01 | 214.47 | 0.89 | 0.9 |
| Hex | CD | E1 | FC | 13 | B | 0 | 1 | D6 | 59 | 5A |
| Octal | 315 | 341 | 374 | 23 | 13 | 0 | 1 | 326 | 131 | 132 |
| Binary | 11001101 | 11100001 | 11111100 | 10011 | 1011 | 0 | 1 | 11010110 | 1011001 | 1011010 |
Color Harmonies of #CDE1FC
Complementary color
Monochromatic Colors of #CDE1FC
Black with #CDE1FC
Text Example
Text Example
White with #CDE1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1FC; }
p { color: rgb(205,225,252); }
H1.HeaderClassName
{
color: #CDE1FC;
}
.AnyTagClassName
{
color: #CDE1FC;
}
</style>
background-color css
<style>
a { background-color: #CDE1FC; }
a { background-color: rgb(205,225,252); }
div.DivClassName
{
background-color: #CDE1FC;
}
.BgClassName
{
background-color: #CDE1FC;
}
</style>
border-color css
<style>
span { border-color: #CDE1FC; }
span { border-color: rgb(205,225,252); }
td.TdClassName
{
border-color: #CDE1FC;
}
.TagClassName
{
border-color: #CDE1FC;
}
</style>