Shades of Hawkes Blue #CBD4EC
Tints of Hawkes Blue #CBD4EC
RGB
CMYK
RGB Variations
Color information
#CBD4EC (or 0xCBD4EC) is known color: Hawkes Blue. HEX triplet: CB, D4 and EC. RGB value is (203,212,236). Sum of RGB (Red+Green+Blue) = 203+212+236=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBD4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD4EC is #342B13. Grayscale: #D3D3D3. Windows color (decimal): -3418900 or 15520971. OLE color: 15520971.
HSL color Cylindrical-coordinate representation of color #CBD4EC: hue angle of 223.64º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBD4EC is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 212 | 236 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.07 |
| HSL | 223.64º | 0.46% | 0.86% | - |
| HSV(B) | 223.64º | 0.14% | 0.93% | - |
| XYZ | 63.31 | 65.84 | 88.73 | - |
| YUV | 212.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 236 | 0.14 | 0.10 | 0 | 0.07 | 223.64 | 0.46 | 0.86 |
| Hex | CB | D4 | EC | E | A | 0 | 7 | E0 | 2E | 56 |
| Octal | 313 | 324 | 354 | 16 | 12 | 0 | 7 | 340 | 56 | 126 |
| Binary | 11001011 | 11010100 | 11101100 | 1110 | 1010 | 0 | 111 | 11100000 | 101110 | 1010110 |
Color Harmonies of #CBD4EC
Complementary color
Monochromatic Colors of #CBD4EC
Black with #CBD4EC
Text Example
Text Example
White with #CBD4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD4EC; }
p { color: rgb(203,212,236); }
H1.HeaderClassName
{
color: #CBD4EC;
}
.AnyTagClassName
{
color: #CBD4EC;
}
</style>
background-color css
<style>
a { background-color: #CBD4EC; }
a { background-color: rgb(203,212,236); }
div.DivClassName
{
background-color: #CBD4EC;
}
.BgClassName
{
background-color: #CBD4EC;
}
</style>
border-color css
<style>
span { border-color: #CBD4EC; }
span { border-color: rgb(203,212,236); }
td.TdClassName
{
border-color: #CBD4EC;
}
.TagClassName
{
border-color: #CBD4EC;
}
</style>