Shades of Hawkes Blue #CDE0FE
Tints of Hawkes Blue #CDE0FE
RGB
CMYK
RGB Variations
Color information
#CDE0FE (or 0xCDE0FE) is known color: Hawkes Blue. HEX triplet: CD, E0 and FE. RGB value is (205,224,254). Sum of RGB (Red+Green+Blue) = 205+224+254=683 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.01% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDE0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE0FE is #321F01. Grayscale: #DDDDDD. Windows color (decimal): -3284738 or 16703693. OLE color: 16703693.
HSL color Cylindrical-coordinate representation of color #CDE0FE: hue angle of 216.73º 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 #CDE0FE is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 224 | 254 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.00 |
| HSL | 216.73º | 0.96% | 0.9% | - |
| HSV(B) | 216.73º | 0.19% | 1% | - |
| XYZ | 69.72 | 73.45 | 104.27 | - |
| YUV | 221.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 254 | 0.19 | 0.12 | 0 | 0.00 | 216.73 | 0.96 | 0.9 |
| Hex | CD | E0 | FE | 13 | C | 0 | 0 | D9 | 60 | 5A |
| Octal | 315 | 340 | 376 | 23 | 14 | 0 | 0 | 331 | 140 | 132 |
| Binary | 11001101 | 11100000 | 11111110 | 10011 | 1100 | 0 | 0 | 11011001 | 1100000 | 1011010 |
Color Harmonies of #CDE0FE
Complementary color
Monochromatic Colors of #CDE0FE
Black with #CDE0FE
Text Example
Text Example
White with #CDE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0FE; }
p { color: rgb(205,224,254); }
H1.HeaderClassName
{
color: #CDE0FE;
}
.AnyTagClassName
{
color: #CDE0FE;
}
</style>
background-color css
<style>
a { background-color: #CDE0FE; }
a { background-color: rgb(205,224,254); }
div.DivClassName
{
background-color: #CDE0FE;
}
.BgClassName
{
background-color: #CDE0FE;
}
</style>
border-color css
<style>
span { border-color: #CDE0FE; }
span { border-color: rgb(205,224,254); }
td.TdClassName
{
border-color: #CDE0FE;
}
.TagClassName
{
border-color: #CDE0FE;
}
</style>