Shades of Hawkes Blue #CED3F3
Tints of Hawkes Blue #CED3F3
RGB
CMYK
RGB Variations
Color information
#CED3F3 (or 0xCED3F3) is known color: Hawkes Blue. HEX triplet: CE, D3 and F3. RGB value is (206,211,243). Sum of RGB (Red+Green+Blue) = 206+211+243=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 211 (82.81% from 255 or 31.97% from 660); Blue value is 243 (95.31% from 255 or 36.82% from 660); Max value from RGB is 243 - color contains mainly: blue. Hex color #CED3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3F3 is #312C0C. Grayscale: #D5D5D5. Windows color (decimal): -3222541 or 15979470. OLE color: 15979470.
HSL color Cylindrical-coordinate representation of color #CED3F3: hue angle of 231.89º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CED3F3 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 211 | 243 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.05 |
| HSL | 231.89º | 0.61% | 0.88% | - |
| HSV(B) | 231.89º | 0.15% | 0.95% | - |
| XYZ | 64.93 | 66.18 | 94.15 | - |
| YUV | 213.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 243 | 0.15 | 0.13 | 0 | 0.05 | 231.89 | 0.61 | 0.88 |
| Hex | CE | D3 | F3 | F | D | 0 | 5 | E8 | 3D | 58 |
| Octal | 316 | 323 | 363 | 17 | 15 | 0 | 5 | 350 | 75 | 130 |
| Binary | 11001110 | 11010011 | 11110011 | 1111 | 1101 | 0 | 101 | 11101000 | 111101 | 1011000 |
Color Harmonies of #CED3F3
Complementary color
Monochromatic Colors of #CED3F3
Black with #CED3F3
Text Example
Text Example
White with #CED3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3F3; }
p { color: rgb(206,211,243); }
H1.HeaderClassName
{
color: #CED3F3;
}
.AnyTagClassName
{
color: #CED3F3;
}
</style>
background-color css
<style>
a { background-color: #CED3F3; }
a { background-color: rgb(206,211,243); }
div.DivClassName
{
background-color: #CED3F3;
}
.BgClassName
{
background-color: #CED3F3;
}
</style>
border-color css
<style>
span { border-color: #CED3F3; }
span { border-color: rgb(206,211,243); }
td.TdClassName
{
border-color: #CED3F3;
}
.TagClassName
{
border-color: #CED3F3;
}
</style>