Shades of Hawkes Blue #CDE0FB
Tints of Hawkes Blue #CDE0FB
RGB
CMYK
RGB Variations
Color information
#CDE0FB (or 0xCDE0FB) is known color: Hawkes Blue. HEX triplet: CD, E0 and FB. RGB value is (205,224,251). Sum of RGB (Red+Green+Blue) = 205+224+251=680 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.15% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDE0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE0FB is #321F04. Grayscale: #DDDDDD. Windows color (decimal): -3284741 or 16507085. OLE color: 16507085.
HSL color Cylindrical-coordinate representation of color #CDE0FB: hue angle of 215.22º degrees, saturation: 0.85, 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 #CDE0FB is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 224 | 251 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.02 |
| HSL | 215.22º | 0.85% | 0.89% | - |
| HSV(B) | 215.22º | 0.18% | 0.98% | - |
| XYZ | 69.25 | 73.26 | 101.76 | - |
| YUV | 221.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 251 | 0.18 | 0.11 | 0 | 0.02 | 215.22 | 0.85 | 0.89 |
| Hex | CD | E0 | FB | 12 | B | 0 | 2 | D7 | 55 | 59 |
| Octal | 315 | 340 | 373 | 22 | 13 | 0 | 2 | 327 | 125 | 131 |
| Binary | 11001101 | 11100000 | 11111011 | 10010 | 1011 | 0 | 10 | 11010111 | 1010101 | 1011001 |
Color Harmonies of #CDE0FB
Complementary color
Monochromatic Colors of #CDE0FB
Black with #CDE0FB
Text Example
Text Example
White with #CDE0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0FB; }
p { color: rgb(205,224,251); }
H1.HeaderClassName
{
color: #CDE0FB;
}
.AnyTagClassName
{
color: #CDE0FB;
}
</style>
background-color css
<style>
a { background-color: #CDE0FB; }
a { background-color: rgb(205,224,251); }
div.DivClassName
{
background-color: #CDE0FB;
}
.BgClassName
{
background-color: #CDE0FB;
}
</style>
border-color css
<style>
span { border-color: #CDE0FB; }
span { border-color: rgb(205,224,251); }
td.TdClassName
{
border-color: #CDE0FB;
}
.TagClassName
{
border-color: #CDE0FB;
}
</style>