Shades of Hawkes Blue #CBD7FF
Tints of Hawkes Blue #CBD7FF
RGB
CMYK
RGB Variations
Color information
#CBD7FF (or 0xCBD7FF) is known color: Hawkes Blue. HEX triplet: CB, D7 and FF. RGB value is (203,215,255). Sum of RGB (Red+Green+Blue) = 203+215+255=673 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.16% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBD7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD7FF is #342800. Grayscale: #D7D7D7. Windows color (decimal): -3418113 or 16766923. OLE color: 16766923.
HSL color Cylindrical-coordinate representation of color #CBD7FF: hue angle of 226.15º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBD7FF is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 215 | 255 | - |
| CMYK | 0.20 | 0.16 | 0 | 0 |
| HSL | 226.15º | 1% | 0.9% | - |
| HSV(B) | 226.15º | 0.2% | 1% | - |
| XYZ | 66.98 | 68.52 | 104.3 | - |
| YUV | 215.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 255 | 0.20 | 0.16 | 0 | 0 | 226.15 | 1 | 0.9 |
| Hex | CB | D7 | FF | 14 | 10 | 0 | 0 | E2 | 64 | 5A |
| Octal | 313 | 327 | 377 | 24 | 20 | 0 | 0 | 342 | 144 | 132 |
| Binary | 11001011 | 11010111 | 11111111 | 10100 | 10000 | 0 | 0 | 11100010 | 1100100 | 1011010 |
Color Harmonies of #CBD7FF
Complementary color
Monochromatic Colors of #CBD7FF
Black with #CBD7FF
Text Example
Text Example
White with #CBD7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD7FF; }
p { color: rgb(203,215,255); }
H1.HeaderClassName
{
color: #CBD7FF;
}
.AnyTagClassName
{
color: #CBD7FF;
}
</style>
background-color css
<style>
a { background-color: #CBD7FF; }
a { background-color: rgb(203,215,255); }
div.DivClassName
{
background-color: #CBD7FF;
}
.BgClassName
{
background-color: #CBD7FF;
}
</style>
border-color css
<style>
span { border-color: #CBD7FF; }
span { border-color: rgb(203,215,255); }
td.TdClassName
{
border-color: #CBD7FF;
}
.TagClassName
{
border-color: #CBD7FF;
}
</style>