Shades of Hawkes Blue #CED5E6
Tints of Hawkes Blue #CED5E6
RGB
CMYK
RGB Variations
Color information
#CED5E6 (or 0xCED5E6) is known color: Hawkes Blue. HEX triplet: CE, D5 and E6. RGB value is (206,213,230). Sum of RGB (Red+Green+Blue) = 206+213+230=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 213 (83.59% from 255 or 32.82% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 230 - color contains mainly: blue. Hex color #CED5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED5E6 is #312A19. Grayscale: #D4D4D4. Windows color (decimal): -3222042 or 15128014. OLE color: 15128014.
HSL color Cylindrical-coordinate representation of color #CED5E6: hue angle of 222.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CED5E6 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 213 | 230 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.10 |
| HSL | 222.5º | 0.32% | 0.85% | - |
| HSV(B) | 222.5º | 0.1% | 0.9% | - |
| XYZ | 63.53 | 66.42 | 84.34 | - |
| YUV | 212.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 230 | 0.10 | 0.07 | 0 | 0.10 | 222.5 | 0.32 | 0.85 |
| Hex | CE | D5 | E6 | A | 7 | 0 | A | DE | 20 | 55 |
| Octal | 316 | 325 | 346 | 12 | 7 | 0 | 12 | 336 | 40 | 125 |
| Binary | 11001110 | 11010101 | 11100110 | 1010 | 111 | 0 | 1010 | 11011110 | 100000 | 1010101 |
Color Harmonies of #CED5E6
Complementary color
Monochromatic Colors of #CED5E6
Black with #CED5E6
Text Example
Text Example
White with #CED5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5E6; }
p { color: rgb(206,213,230); }
H1.HeaderClassName
{
color: #CED5E6;
}
.AnyTagClassName
{
color: #CED5E6;
}
</style>
background-color css
<style>
a { background-color: #CED5E6; }
a { background-color: rgb(206,213,230); }
div.DivClassName
{
background-color: #CED5E6;
}
.BgClassName
{
background-color: #CED5E6;
}
</style>
border-color css
<style>
span { border-color: #CED5E6; }
span { border-color: rgb(206,213,230); }
td.TdClassName
{
border-color: #CED5E6;
}
.TagClassName
{
border-color: #CED5E6;
}
</style>