Shades of Hawkes Blue #CBD9E7
Tints of Hawkes Blue #CBD9E7
RGB
CMYK
RGB Variations
Color information
#CBD9E7 (or 0xCBD9E7) is known color: Hawkes Blue. HEX triplet: CB, D9 and E7. RGB value is (203,217,231). Sum of RGB (Red+Green+Blue) = 203+217+231=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBD9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD9E7 is #342618. Grayscale: #D6D6D6. Windows color (decimal): -3417625 or 15194571. OLE color: 15194571.
HSL color Cylindrical-coordinate representation of color #CBD9E7: hue angle of 210º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBD9E7 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 217 | 231 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.09 |
| HSL | 210º | 0.37% | 0.85% | - |
| HSV(B) | 210º | 0.12% | 0.91% | - |
| XYZ | 63.87 | 68.09 | 85.38 | - |
| YUV | 214.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 231 | 0.12 | 0.06 | 0 | 0.09 | 210 | 0.37 | 0.85 |
| Hex | CB | D9 | E7 | C | 6 | 0 | 9 | D2 | 25 | 55 |
| Octal | 313 | 331 | 347 | 14 | 6 | 0 | 11 | 322 | 45 | 125 |
| Binary | 11001011 | 11011001 | 11100111 | 1100 | 110 | 0 | 1001 | 11010010 | 100101 | 1010101 |
Color Harmonies of #CBD9E7
Complementary color
Monochromatic Colors of #CBD9E7
Black with #CBD9E7
Text Example
Text Example
White with #CBD9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD9E7; }
p { color: rgb(203,217,231); }
H1.HeaderClassName
{
color: #CBD9E7;
}
.AnyTagClassName
{
color: #CBD9E7;
}
</style>
background-color css
<style>
a { background-color: #CBD9E7; }
a { background-color: rgb(203,217,231); }
div.DivClassName
{
background-color: #CBD9E7;
}
.BgClassName
{
background-color: #CBD9E7;
}
</style>
border-color css
<style>
span { border-color: #CBD9E7; }
span { border-color: rgb(203,217,231); }
td.TdClassName
{
border-color: #CBD9E7;
}
.TagClassName
{
border-color: #CBD9E7;
}
</style>