Shades of Hawkes Blue #CDE1FA
Tints of Hawkes Blue #CDE1FA
RGB
CMYK
RGB Variations
Color information
#CDE1FA (or 0xCDE1FA) is known color: Hawkes Blue. HEX triplet: CD, E1 and FA. RGB value is (205,225,250). Sum of RGB (Red+Green+Blue) = 205+225+250=680 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.15% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1FA is #321E05. Grayscale: #DDDDDD. Windows color (decimal): -3284486 or 16441805. OLE color: 16441805.
HSL color Cylindrical-coordinate representation of color #CDE1FA: hue angle of 213.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDE1FA is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 225 | 250 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.02 |
| HSL | 213.33º | 0.82% | 0.89% | - |
| HSV(B) | 213.33º | 0.18% | 0.98% | - |
| XYZ | 69.36 | 73.73 | 101.02 | - |
| YUV | 221.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 250 | 0.18 | 0.10 | 0 | 0.02 | 213.33 | 0.82 | 0.89 |
| Hex | CD | E1 | FA | 12 | A | 0 | 2 | D5 | 52 | 59 |
| Octal | 315 | 341 | 372 | 22 | 12 | 0 | 2 | 325 | 122 | 131 |
| Binary | 11001101 | 11100001 | 11111010 | 10010 | 1010 | 0 | 10 | 11010101 | 1010010 | 1011001 |
Color Harmonies of #CDE1FA
Complementary color
Monochromatic Colors of #CDE1FA
Black with #CDE1FA
Text Example
Text Example
White with #CDE1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1FA; }
p { color: rgb(205,225,250); }
H1.HeaderClassName
{
color: #CDE1FA;
}
.AnyTagClassName
{
color: #CDE1FA;
}
</style>
background-color css
<style>
a { background-color: #CDE1FA; }
a { background-color: rgb(205,225,250); }
div.DivClassName
{
background-color: #CDE1FA;
}
.BgClassName
{
background-color: #CDE1FA;
}
</style>
border-color css
<style>
span { border-color: #CDE1FA; }
span { border-color: rgb(205,225,250); }
td.TdClassName
{
border-color: #CDE1FA;
}
.TagClassName
{
border-color: #CDE1FA;
}
</style>