Shades of Hawkes Blue #CED9E4
Tints of Hawkes Blue #CED9E4
RGB
CMYK
RGB Variations
Color information
#CED9E4 (or 0xCED9E4) is known color: Hawkes Blue. HEX triplet: CE, D9 and E4. RGB value is (206,217,228). Sum of RGB (Red+Green+Blue) = 206+217+228=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 228 - color contains mainly: blue. Hex color #CED9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9E4 is #31261B. Grayscale: #D6D6D6. Windows color (decimal): -3221020 or 14997966. OLE color: 14997966.
HSL color Cylindrical-coordinate representation of color #CED9E4: hue angle of 210º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CED9E4 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 206 | 217 | 228 | - |
CMYK | 0.10 | 0.05 | 0 | 0.11 |
HSL | 210º | 0.29% | 0.85% | - |
HSV(B) | 210º | 0.1% | 0.89% | - |
XYZ | 64.27 | 68.35 | 83.2 | - |
YUV | 214.97 | 135.36 | 121.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 217 | 228 | 0.10 | 0.05 | 0 | 0.11 | 210 | 0.29 | 0.85 |
Hex | CE | D9 | E4 | A | 5 | 0 | B | D2 | 1D | 55 |
Octal | 316 | 331 | 344 | 12 | 5 | 0 | 13 | 322 | 35 | 125 |
Binary | 11001110 | 11011001 | 11100100 | 1010 | 101 | 0 | 1011 | 11010010 | 11101 | 1010101 |
Color Harmonies of #CED9E4
Complementary color
Monochromatic Colors of #CED9E4
Black with #CED9E4
Text Example
Text Example
White with #CED9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9E4; }
p { color: rgb(206,217,228); }
H1.HeaderClassName
{
color: #CED9E4;
}
.AnyTagClassName
{
color: #CED9E4;
}
</style>
background-color css
<style>
a { background-color: #CED9E4; }
a { background-color: rgb(206,217,228); }
div.DivClassName
{
background-color: #CED9E4;
}
.BgClassName
{
background-color: #CED9E4;
}
</style>
border-color css
<style>
span { border-color: #CED9E4; }
span { border-color: rgb(206,217,228); }
td.TdClassName
{
border-color: #CED9E4;
}
.TagClassName
{
border-color: #CED9E4;
}
</style>