Shades of Hawkes Blue #CDE1FE
Tints of Hawkes Blue #CDE1FE
RGB
CMYK
RGB Variations
Color information
#CDE1FE (or 0xCDE1FE) is known color: Hawkes Blue. HEX triplet: CD, E1 and FE. RGB value is (205,225,254). Sum of RGB (Red+Green+Blue) = 205+225+254=684 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.97% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1FE is #321E01. Grayscale: #DEDEDE. Windows color (decimal): -3284482 or 16703949. OLE color: 16703949.
HSL color Cylindrical-coordinate representation of color #CDE1FE: hue angle of 215.51º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDE1FE is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 225 | 254 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.00 |
| HSL | 215.51º | 0.96% | 0.9% | - |
| HSV(B) | 215.51º | 0.19% | 1% | - |
| XYZ | 69.99 | 73.99 | 104.36 | - |
| YUV | 222.33 | 145.87 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 254 | 0.19 | 0.11 | 0 | 0.00 | 215.51 | 0.96 | 0.9 |
| Hex | CD | E1 | FE | 13 | B | 0 | 0 | D8 | 60 | 5A |
| Octal | 315 | 341 | 376 | 23 | 13 | 0 | 0 | 330 | 140 | 132 |
| Binary | 11001101 | 11100001 | 11111110 | 10011 | 1011 | 0 | 0 | 11011000 | 1100000 | 1011010 |
Color Harmonies of #CDE1FE
Complementary color
Monochromatic Colors of #CDE1FE
Black with #CDE1FE
Text Example
Text Example
White with #CDE1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1FE; }
p { color: rgb(205,225,254); }
H1.HeaderClassName
{
color: #CDE1FE;
}
.AnyTagClassName
{
color: #CDE1FE;
}
</style>
background-color css
<style>
a { background-color: #CDE1FE; }
a { background-color: rgb(205,225,254); }
div.DivClassName
{
background-color: #CDE1FE;
}
.BgClassName
{
background-color: #CDE1FE;
}
</style>
border-color css
<style>
span { border-color: #CDE1FE; }
span { border-color: rgb(205,225,254); }
td.TdClassName
{
border-color: #CDE1FE;
}
.TagClassName
{
border-color: #CDE1FE;
}
</style>