Shades of Hawkes Blue #CBD3EE
Tints of Hawkes Blue #CBD3EE
RGB
CMYK
RGB Variations
Color information
#CBD3EE (or 0xCBD3EE) is known color: Hawkes Blue. HEX triplet: CB, D3 and EE. RGB value is (203,211,238). Sum of RGB (Red+Green+Blue) = 203+211+238=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBD3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD3EE is #342C11. Grayscale: #D3D3D3. Windows color (decimal): -3419154 or 15651787. OLE color: 15651787.
HSL color Cylindrical-coordinate representation of color #CBD3EE: hue angle of 226.29º 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 #CBD3EE is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 211 | 238 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.07 |
| HSL | 226.29º | 0.51% | 0.86% | - |
| HSV(B) | 226.29º | 0.15% | 0.93% | - |
| XYZ | 63.36 | 65.46 | 90.18 | - |
| YUV | 211.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 238 | 0.15 | 0.11 | 0 | 0.07 | 226.29 | 0.51 | 0.86 |
| Hex | CB | D3 | EE | F | B | 0 | 7 | E2 | 33 | 56 |
| Octal | 313 | 323 | 356 | 17 | 13 | 0 | 7 | 342 | 63 | 126 |
| Binary | 11001011 | 11010011 | 11101110 | 1111 | 1011 | 0 | 111 | 11100010 | 110011 | 1010110 |
Color Harmonies of #CBD3EE
Complementary color
Monochromatic Colors of #CBD3EE
Black with #CBD3EE
Text Example
Text Example
White with #CBD3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD3EE; }
p { color: rgb(203,211,238); }
H1.HeaderClassName
{
color: #CBD3EE;
}
.AnyTagClassName
{
color: #CBD3EE;
}
</style>
background-color css
<style>
a { background-color: #CBD3EE; }
a { background-color: rgb(203,211,238); }
div.DivClassName
{
background-color: #CBD3EE;
}
.BgClassName
{
background-color: #CBD3EE;
}
</style>
border-color css
<style>
span { border-color: #CBD3EE; }
span { border-color: rgb(203,211,238); }
td.TdClassName
{
border-color: #CBD3EE;
}
.TagClassName
{
border-color: #CBD3EE;
}
</style>