Shades of Hawkes Blue #CBDAF8
Tints of Hawkes Blue #CBDAF8
RGB
CMYK
RGB Variations
Color information
#CBDAF8 (or 0xCBDAF8) is known color: Hawkes Blue. HEX triplet: CB, DA and F8. RGB value is (203,218,248). Sum of RGB (Red+Green+Blue) = 203+218+248=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBDAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDAF8 is #342507. Grayscale: #D8D8D8. Windows color (decimal): -3417352 or 16308939. OLE color: 16308939.
HSL color Cylindrical-coordinate representation of color #CBDAF8: hue angle of 220º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBDAF8 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 218 | 248 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.03 |
| HSL | 220º | 0.76% | 0.88% | - |
| HSV(B) | 220º | 0.18% | 0.97% | - |
| XYZ | 66.64 | 69.62 | 98.73 | - |
| YUV | 216.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 248 | 0.18 | 0.12 | 0 | 0.03 | 220 | 0.76 | 0.88 |
| Hex | CB | DA | F8 | 12 | C | 0 | 3 | DC | 4C | 58 |
| Octal | 313 | 332 | 370 | 22 | 14 | 0 | 3 | 334 | 114 | 130 |
| Binary | 11001011 | 11011010 | 11111000 | 10010 | 1100 | 0 | 11 | 11011100 | 1001100 | 1011000 |
Color Harmonies of #CBDAF8
Complementary color
Monochromatic Colors of #CBDAF8
Black with #CBDAF8
Text Example
Text Example
White with #CBDAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDAF8; }
p { color: rgb(203,218,248); }
H1.HeaderClassName
{
color: #CBDAF8;
}
.AnyTagClassName
{
color: #CBDAF8;
}
</style>
background-color css
<style>
a { background-color: #CBDAF8; }
a { background-color: rgb(203,218,248); }
div.DivClassName
{
background-color: #CBDAF8;
}
.BgClassName
{
background-color: #CBDAF8;
}
</style>
border-color css
<style>
span { border-color: #CBDAF8; }
span { border-color: rgb(203,218,248); }
td.TdClassName
{
border-color: #CBDAF8;
}
.TagClassName
{
border-color: #CBDAF8;
}
</style>