Shades of Hawkes Blue #CBD1EF
Tints of Hawkes Blue #CBD1EF
RGB
CMYK
RGB Variations
Color information
#CBD1EF (or 0xCBD1EF) is known color: Hawkes Blue. HEX triplet: CB, D1 and EF. RGB value is (203,209,239). Sum of RGB (Red+Green+Blue) = 203+209+239=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBD1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD1EF is #342E10. Grayscale: #D2D2D2. Windows color (decimal): -3419665 or 15716811. OLE color: 15716811.
HSL color Cylindrical-coordinate representation of color #CBD1EF: hue angle of 230º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBD1EF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 209 | 239 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.06 |
| HSL | 230º | 0.53% | 0.87% | - |
| HSV(B) | 230º | 0.15% | 0.94% | - |
| XYZ | 63.01 | 64.53 | 90.8 | - |
| YUV | 210.63 | 144.01 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 239 | 0.15 | 0.13 | 0 | 0.06 | 230 | 0.53 | 0.87 |
| Hex | CB | D1 | EF | F | D | 0 | 6 | E6 | 35 | 57 |
| Octal | 313 | 321 | 357 | 17 | 15 | 0 | 6 | 346 | 65 | 127 |
| Binary | 11001011 | 11010001 | 11101111 | 1111 | 1101 | 0 | 110 | 11100110 | 110101 | 1010111 |
Color Harmonies of #CBD1EF
Complementary color
Monochromatic Colors of #CBD1EF
Black with #CBD1EF
Text Example
Text Example
White with #CBD1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD1EF; }
p { color: rgb(203,209,239); }
H1.HeaderClassName
{
color: #CBD1EF;
}
.AnyTagClassName
{
color: #CBD1EF;
}
</style>
background-color css
<style>
a { background-color: #CBD1EF; }
a { background-color: rgb(203,209,239); }
div.DivClassName
{
background-color: #CBD1EF;
}
.BgClassName
{
background-color: #CBD1EF;
}
</style>
border-color css
<style>
span { border-color: #CBD1EF; }
span { border-color: rgb(203,209,239); }
td.TdClassName
{
border-color: #CBD1EF;
}
.TagClassName
{
border-color: #CBD1EF;
}
</style>