Shades of Hawkes Blue #CBD4EE
Tints of Hawkes Blue #CBD4EE
RGB
CMYK
RGB Variations
Color information
#CBD4EE (or 0xCBD4EE) is known color: Hawkes Blue. HEX triplet: CB, D4 and EE. RGB value is (203,212,238). Sum of RGB (Red+Green+Blue) = 203+212+238=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD4EE is #342B11. Grayscale: #D4D4D4. Windows color (decimal): -3418898 or 15652043. OLE color: 15652043.
HSL color Cylindrical-coordinate representation of color #CBD4EE: hue angle of 224.57º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBD4EE is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 212 | 238 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.07 |
| HSL | 224.57º | 0.51% | 0.86% | - |
| HSV(B) | 224.57º | 0.15% | 0.93% | - |
| XYZ | 63.6 | 65.96 | 90.27 | - |
| YUV | 212.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 238 | 0.15 | 0.11 | 0 | 0.07 | 224.57 | 0.51 | 0.86 |
| Hex | CB | D4 | EE | F | B | 0 | 7 | E1 | 33 | 56 |
| Octal | 313 | 324 | 356 | 17 | 13 | 0 | 7 | 341 | 63 | 126 |
| Binary | 11001011 | 11010100 | 11101110 | 1111 | 1011 | 0 | 111 | 11100001 | 110011 | 1010110 |
Color Harmonies of #CBD4EE
Complementary color
Monochromatic Colors of #CBD4EE
Black with #CBD4EE
Text Example
Text Example
White with #CBD4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD4EE; }
p { color: rgb(203,212,238); }
H1.HeaderClassName
{
color: #CBD4EE;
}
.AnyTagClassName
{
color: #CBD4EE;
}
</style>
background-color css
<style>
a { background-color: #CBD4EE; }
a { background-color: rgb(203,212,238); }
div.DivClassName
{
background-color: #CBD4EE;
}
.BgClassName
{
background-color: #CBD4EE;
}
</style>
border-color css
<style>
span { border-color: #CBD4EE; }
span { border-color: rgb(203,212,238); }
td.TdClassName
{
border-color: #CBD4EE;
}
.TagClassName
{
border-color: #CBD4EE;
}
</style>