Shades of Hawkes Blue #CED2ED
Tints of Hawkes Blue #CED2ED
RGB
CMYK
RGB Variations
Color information
#CED2ED (or 0xCED2ED) is known color: Hawkes Blue. HEX triplet: CE, D2 and ED. RGB value is (206,210,237). Sum of RGB (Red+Green+Blue) = 206+210+237=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #CED2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2ED is #312D12. Grayscale: #D3D3D3. Windows color (decimal): -3222803 or 15585998. OLE color: 15585998.
HSL color Cylindrical-coordinate representation of color #CED2ED: hue angle of 232.26º degrees, saturation: 0.46, 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 #CED2ED is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 210 | 237 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.07 |
| HSL | 232.26º | 0.46% | 0.87% | - |
| HSV(B) | 232.26º | 0.13% | 0.93% | - |
| XYZ | 63.79 | 65.33 | 89.37 | - |
| YUV | 211.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 237 | 0.13 | 0.11 | 0 | 0.07 | 232.26 | 0.46 | 0.87 |
| Hex | CE | D2 | ED | D | B | 0 | 7 | E8 | 2E | 57 |
| Octal | 316 | 322 | 355 | 15 | 13 | 0 | 7 | 350 | 56 | 127 |
| Binary | 11001110 | 11010010 | 11101101 | 1101 | 1011 | 0 | 111 | 11101000 | 101110 | 1010111 |
Color Harmonies of #CED2ED
Complementary color
Monochromatic Colors of #CED2ED
Black with #CED2ED
Text Example
Text Example
White with #CED2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2ED; }
p { color: rgb(206,210,237); }
H1.HeaderClassName
{
color: #CED2ED;
}
.AnyTagClassName
{
color: #CED2ED;
}
</style>
background-color css
<style>
a { background-color: #CED2ED; }
a { background-color: rgb(206,210,237); }
div.DivClassName
{
background-color: #CED2ED;
}
.BgClassName
{
background-color: #CED2ED;
}
</style>
border-color css
<style>
span { border-color: #CED2ED; }
span { border-color: rgb(206,210,237); }
td.TdClassName
{
border-color: #CED2ED;
}
.TagClassName
{
border-color: #CED2ED;
}
</style>