Shades of Hawkes Blue #CED5E4
Tints of Hawkes Blue #CED5E4
RGB
CMYK
RGB Variations
Color information
#CED5E4 (or 0xCED5E4) is known color: Hawkes Blue. HEX triplet: CE, D5 and E4. RGB value is (206,213,228). Sum of RGB (Red+Green+Blue) = 206+213+228=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 228 - color contains mainly: blue. Hex color #CED5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5E4 is #312A1B. Grayscale: #D4D4D4. Windows color (decimal): -3222044 or 14996942. OLE color: 14996942.
HSL color Cylindrical-coordinate representation of color #CED5E4: hue angle of 220.91º 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 #CED5E4 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 206 | 213 | 228 | - |
CMYK | 0.10 | 0.07 | 0 | 0.11 |
HSL | 220.91º | 0.29% | 0.85% | - |
HSV(B) | 220.91º | 0.1% | 0.89% | - |
XYZ | 63.25 | 66.31 | 82.86 | - |
YUV | 212.62 | 136.68 | 123.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 213 | 228 | 0.10 | 0.07 | 0 | 0.11 | 220.91 | 0.29 | 0.85 |
Hex | CE | D5 | E4 | A | 7 | 0 | B | DD | 1D | 55 |
Octal | 316 | 325 | 344 | 12 | 7 | 0 | 13 | 335 | 35 | 125 |
Binary | 11001110 | 11010101 | 11100100 | 1010 | 111 | 0 | 1011 | 11011101 | 11101 | 1010101 |
Color Harmonies of #CED5E4
Complementary color
Monochromatic Colors of #CED5E4
Black with #CED5E4
Text Example
Text Example
White with #CED5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5E4; }
p { color: rgb(206,213,228); }
H1.HeaderClassName
{
color: #CED5E4;
}
.AnyTagClassName
{
color: #CED5E4;
}
</style>
background-color css
<style>
a { background-color: #CED5E4; }
a { background-color: rgb(206,213,228); }
div.DivClassName
{
background-color: #CED5E4;
}
.BgClassName
{
background-color: #CED5E4;
}
</style>
border-color css
<style>
span { border-color: #CED5E4; }
span { border-color: rgb(206,213,228); }
td.TdClassName
{
border-color: #CED5E4;
}
.TagClassName
{
border-color: #CED5E4;
}
</style>