Shades of Hawkes Blue #CDE0F8
Tints of Hawkes Blue #CDE0F8
RGB
CMYK
RGB Variations
Color information
#CDE0F8 (or 0xCDE0F8) is known color: Hawkes Blue. HEX triplet: CD, E0 and F8. RGB value is (205,224,248). Sum of RGB (Red+Green+Blue) = 205+224+248=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 248 (97.27% from 255 or 36.63% from 677); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDE0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE0F8 is #321F07. Grayscale: #DCDCDC. Windows color (decimal): -3284744 or 16310477. OLE color: 16310477.
HSL color Cylindrical-coordinate representation of color #CDE0F8: hue angle of 213.49º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDE0F8 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 224 | 248 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.03 |
| HSL | 213.49º | 0.75% | 0.89% | - |
| HSV(B) | 213.49º | 0.17% | 0.97% | - |
| XYZ | 68.78 | 73.07 | 99.29 | - |
| YUV | 221.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 248 | 0.17 | 0.10 | 0 | 0.03 | 213.49 | 0.75 | 0.89 |
| Hex | CD | E0 | F8 | 11 | A | 0 | 3 | D5 | 4B | 59 |
| Octal | 315 | 340 | 370 | 21 | 12 | 0 | 3 | 325 | 113 | 131 |
| Binary | 11001101 | 11100000 | 11111000 | 10001 | 1010 | 0 | 11 | 11010101 | 1001011 | 1011001 |
Color Harmonies of #CDE0F8
Complementary color
Monochromatic Colors of #CDE0F8
Black with #CDE0F8
Text Example
Text Example
White with #CDE0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0F8; }
p { color: rgb(205,224,248); }
H1.HeaderClassName
{
color: #CDE0F8;
}
.AnyTagClassName
{
color: #CDE0F8;
}
</style>
background-color css
<style>
a { background-color: #CDE0F8; }
a { background-color: rgb(205,224,248); }
div.DivClassName
{
background-color: #CDE0F8;
}
.BgClassName
{
background-color: #CDE0F8;
}
</style>
border-color css
<style>
span { border-color: #CDE0F8; }
span { border-color: rgb(205,224,248); }
td.TdClassName
{
border-color: #CDE0F8;
}
.TagClassName
{
border-color: #CDE0F8;
}
</style>