Shades of Hawkes Blue #CDE0FC
Tints of Hawkes Blue #CDE0FC
RGB
CMYK
RGB Variations
Color information
#CDE0FC (or 0xCDE0FC) is known color: Hawkes Blue. HEX triplet: CD, E0 and FC. RGB value is (205,224,252). Sum of RGB (Red+Green+Blue) = 205+224+252=681 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.10% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDE0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE0FC is #321F03. Grayscale: #DDDDDD. Windows color (decimal): -3284740 or 16572621. OLE color: 16572621.
HSL color Cylindrical-coordinate representation of color #CDE0FC: hue angle of 215.74º 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 #CDE0FC is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 224 | 252 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.01 |
| HSL | 215.74º | 0.89% | 0.9% | - |
| HSV(B) | 215.74º | 0.19% | 0.99% | - |
| XYZ | 69.4 | 73.32 | 102.59 | - |
| YUV | 221.51 | 145.21 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 252 | 0.19 | 0.11 | 0 | 0.01 | 215.74 | 0.89 | 0.9 |
| Hex | CD | E0 | FC | 13 | B | 0 | 1 | D8 | 59 | 5A |
| Octal | 315 | 340 | 374 | 23 | 13 | 0 | 1 | 330 | 131 | 132 |
| Binary | 11001101 | 11100000 | 11111100 | 10011 | 1011 | 0 | 1 | 11011000 | 1011001 | 1011010 |
Color Harmonies of #CDE0FC
Complementary color
Monochromatic Colors of #CDE0FC
Black with #CDE0FC
Text Example
Text Example
White with #CDE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0FC; }
p { color: rgb(205,224,252); }
H1.HeaderClassName
{
color: #CDE0FC;
}
.AnyTagClassName
{
color: #CDE0FC;
}
</style>
background-color css
<style>
a { background-color: #CDE0FC; }
a { background-color: rgb(205,224,252); }
div.DivClassName
{
background-color: #CDE0FC;
}
.BgClassName
{
background-color: #CDE0FC;
}
</style>
border-color css
<style>
span { border-color: #CDE0FC; }
span { border-color: rgb(205,224,252); }
td.TdClassName
{
border-color: #CDE0FC;
}
.TagClassName
{
border-color: #CDE0FC;
}
</style>