Shades of Hawkes Blue #CED9E6
Tints of Hawkes Blue #CED9E6
RGB
CMYK
RGB Variations
Color information
#CED9E6 (or 0xCED9E6) is known color: Hawkes Blue. HEX triplet: CE, D9 and E6. RGB value is (206,217,230). Sum of RGB (Red+Green+Blue) = 206+217+230=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 230 - color contains mainly: blue. Hex color #CED9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED9E6 is #312619. Grayscale: #D7D7D7. Windows color (decimal): -3221018 or 15129038. OLE color: 15129038.
HSL color Cylindrical-coordinate representation of color #CED9E6: hue angle of 212.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 #CED9E6 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 206 | 217 | 230 | - |
CMYK | 0.10 | 0.06 | 0 | 0.10 |
HSL | 212.5º | 0.32% | 0.85% | - |
HSV(B) | 212.5º | 0.1% | 0.9% | - |
XYZ | 64.55 | 68.46 | 84.68 | - |
YUV | 215.19 | 136.36 | 121.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 217 | 230 | 0.10 | 0.06 | 0 | 0.10 | 212.5 | 0.32 | 0.85 |
Hex | CE | D9 | E6 | A | 6 | 0 | A | D4 | 20 | 55 |
Octal | 316 | 331 | 346 | 12 | 6 | 0 | 12 | 324 | 40 | 125 |
Binary | 11001110 | 11011001 | 11100110 | 1010 | 110 | 0 | 1010 | 11010100 | 100000 | 1010101 |
Color Harmonies of #CED9E6
Complementary color
Monochromatic Colors of #CED9E6
Black with #CED9E6
Text Example
Text Example
White with #CED9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9E6; }
p { color: rgb(206,217,230); }
H1.HeaderClassName
{
color: #CED9E6;
}
.AnyTagClassName
{
color: #CED9E6;
}
</style>
background-color css
<style>
a { background-color: #CED9E6; }
a { background-color: rgb(206,217,230); }
div.DivClassName
{
background-color: #CED9E6;
}
.BgClassName
{
background-color: #CED9E6;
}
</style>
border-color css
<style>
span { border-color: #CED9E6; }
span { border-color: rgb(206,217,230); }
td.TdClassName
{
border-color: #CED9E6;
}
.TagClassName
{
border-color: #CED9E6;
}
</style>