Shades of Hawkes Blue #CDE0FF
Tints of Hawkes Blue #CDE0FF
RGB
CMYK
RGB Variations
Color information
#CDE0FF (or 0xCDE0FF) is known color: Hawkes Blue. HEX triplet: CD, E0 and FF. RGB value is (205,224,255). Sum of RGB (Red+Green+Blue) = 205+224+255=684 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.97% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDE0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE0FF is #321F00. Grayscale: #DDDDDD. Windows color (decimal): -3284737 or 16769229. OLE color: 16769229.
HSL color Cylindrical-coordinate representation of color #CDE0FF: hue angle of 217.2º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDE0FF is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 224 | 255 | - |
| CMYK | 0.20 | 0.12 | 0 | 0 |
| HSL | 217.2º | 1% | 0.9% | - |
| HSV(B) | 217.2º | 0.2% | 1% | - |
| XYZ | 69.88 | 73.51 | 105.11 | - |
| YUV | 221.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 255 | 0.20 | 0.12 | 0 | 0 | 217.2 | 1 | 0.9 |
| Hex | CD | E0 | FF | 14 | C | 0 | 0 | D9 | 64 | 5A |
| Octal | 315 | 340 | 377 | 24 | 14 | 0 | 0 | 331 | 144 | 132 |
| Binary | 11001101 | 11100000 | 11111111 | 10100 | 1100 | 0 | 0 | 11011001 | 1100100 | 1011010 |
Color Harmonies of #CDE0FF
Complementary color
Monochromatic Colors of #CDE0FF
Black with #CDE0FF
Text Example
Text Example
White with #CDE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0FF; }
p { color: rgb(205,224,255); }
H1.HeaderClassName
{
color: #CDE0FF;
}
.AnyTagClassName
{
color: #CDE0FF;
}
</style>
background-color css
<style>
a { background-color: #CDE0FF; }
a { background-color: rgb(205,224,255); }
div.DivClassName
{
background-color: #CDE0FF;
}
.BgClassName
{
background-color: #CDE0FF;
}
</style>
border-color css
<style>
span { border-color: #CDE0FF; }
span { border-color: rgb(205,224,255); }
td.TdClassName
{
border-color: #CDE0FF;
}
.TagClassName
{
border-color: #CDE0FF;
}
</style>