Shades of Hawkes Blue #CED7EF
Tints of Hawkes Blue #CED7EF
RGB
CMYK
RGB Variations
Color information
#CED7EF (or 0xCED7EF) is known color: Hawkes Blue. HEX triplet: CE, D7 and EF. RGB value is (206,215,239). Sum of RGB (Red+Green+Blue) = 206+215+239=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 215 (84.38% from 255 or 32.58% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #CED7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7EF is #312810. Grayscale: #D6D6D6. Windows color (decimal): -3221521 or 15718350. OLE color: 15718350.
HSL color Cylindrical-coordinate representation of color #CED7EF: hue angle of 223.64º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CED7EF is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 215 | 239 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.06 |
| HSL | 223.64º | 0.51% | 0.87% | - |
| HSV(B) | 223.64º | 0.14% | 0.94% | - |
| XYZ | 65.33 | 67.95 | 91.33 | - |
| YUV | 215.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 239 | 0.14 | 0.10 | 0 | 0.06 | 223.64 | 0.51 | 0.87 |
| Hex | CE | D7 | EF | E | A | 0 | 6 | E0 | 33 | 57 |
| Octal | 316 | 327 | 357 | 16 | 12 | 0 | 6 | 340 | 63 | 127 |
| Binary | 11001110 | 11010111 | 11101111 | 1110 | 1010 | 0 | 110 | 11100000 | 110011 | 1010111 |
Color Harmonies of #CED7EF
Complementary color
Monochromatic Colors of #CED7EF
Black with #CED7EF
Text Example
Text Example
White with #CED7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7EF; }
p { color: rgb(206,215,239); }
H1.HeaderClassName
{
color: #CED7EF;
}
.AnyTagClassName
{
color: #CED7EF;
}
</style>
background-color css
<style>
a { background-color: #CED7EF; }
a { background-color: rgb(206,215,239); }
div.DivClassName
{
background-color: #CED7EF;
}
.BgClassName
{
background-color: #CED7EF;
}
</style>
border-color css
<style>
span { border-color: #CED7EF; }
span { border-color: rgb(206,215,239); }
td.TdClassName
{
border-color: #CED7EF;
}
.TagClassName
{
border-color: #CED7EF;
}
</style>