Shades of Hawkes Blue #CED3EE
Tints of Hawkes Blue #CED3EE
RGB
CMYK
RGB Variations
Color information
#CED3EE (or 0xCED3EE) is known color: Hawkes Blue. HEX triplet: CE, D3 and EE. RGB value is (206,211,238). Sum of RGB (Red+Green+Blue) = 206+211+238=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 211 (82.81% from 255 or 32.21% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #CED3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3EE is #312C11. Grayscale: #D4D4D4. Windows color (decimal): -3222546 or 15651790. OLE color: 15651790.
HSL color Cylindrical-coordinate representation of color #CED3EE: hue angle of 230.62º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CED3EE is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 211 | 238 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.07 |
| HSL | 230.63º | 0.48% | 0.87% | - |
| HSV(B) | 230.63º | 0.13% | 0.93% | - |
| XYZ | 64.18 | 65.88 | 90.22 | - |
| YUV | 212.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 238 | 0.13 | 0.11 | 0 | 0.07 | 230.63 | 0.48 | 0.87 |
| Hex | CE | D3 | EE | D | B | 0 | 7 | E7 | 30 | 57 |
| Octal | 316 | 323 | 356 | 15 | 13 | 0 | 7 | 347 | 60 | 127 |
| Binary | 11001110 | 11010011 | 11101110 | 1101 | 1011 | 0 | 111 | 11100111 | 110000 | 1010111 |
Color Harmonies of #CED3EE
Complementary color
Monochromatic Colors of #CED3EE
Black with #CED3EE
Text Example
Text Example
White with #CED3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3EE; }
p { color: rgb(206,211,238); }
H1.HeaderClassName
{
color: #CED3EE;
}
.AnyTagClassName
{
color: #CED3EE;
}
</style>
background-color css
<style>
a { background-color: #CED3EE; }
a { background-color: rgb(206,211,238); }
div.DivClassName
{
background-color: #CED3EE;
}
.BgClassName
{
background-color: #CED3EE;
}
</style>
border-color css
<style>
span { border-color: #CED3EE; }
span { border-color: rgb(206,211,238); }
td.TdClassName
{
border-color: #CED3EE;
}
.TagClassName
{
border-color: #CED3EE;
}
</style>