Shades of Hawkes Blue #CED4E8
Tints of Hawkes Blue #CED4E8
RGB
CMYK
RGB Variations
Color information
#CED4E8 (or 0xCED4E8) is known color: Hawkes Blue. HEX triplet: CE, D4 and E8. RGB value is (206,212,232). Sum of RGB (Red+Green+Blue) = 206+212+232=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 212 (83.20% from 255 or 32.62% from 650); Blue value is 232 (91.02% from 255 or 35.69% from 650); Max value from RGB is 232 - color contains mainly: blue. Hex color #CED4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4E8 is #312B17. Grayscale: #D4D4D4. Windows color (decimal): -3222296 or 15258830. OLE color: 15258830.
HSL color Cylindrical-coordinate representation of color #CED4E8: hue angle of 226.15º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CED4E8 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 212 | 232 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.09 |
| HSL | 226.15º | 0.36% | 0.86% | - |
| HSV(B) | 226.15º | 0.11% | 0.91% | - |
| XYZ | 63.56 | 66.03 | 85.74 | - |
| YUV | 212.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 232 | 0.11 | 0.09 | 0 | 0.09 | 226.15 | 0.36 | 0.86 |
| Hex | CE | D4 | E8 | B | 9 | 0 | 9 | E2 | 24 | 56 |
| Octal | 316 | 324 | 350 | 13 | 11 | 0 | 11 | 342 | 44 | 126 |
| Binary | 11001110 | 11010100 | 11101000 | 1011 | 1001 | 0 | 1001 | 11100010 | 100100 | 1010110 |
Color Harmonies of #CED4E8
Complementary color
Monochromatic Colors of #CED4E8
Black with #CED4E8
Text Example
Text Example
White with #CED4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED4E8; }
p { color: rgb(206,212,232); }
H1.HeaderClassName
{
color: #CED4E8;
}
.AnyTagClassName
{
color: #CED4E8;
}
</style>
background-color css
<style>
a { background-color: #CED4E8; }
a { background-color: rgb(206,212,232); }
div.DivClassName
{
background-color: #CED4E8;
}
.BgClassName
{
background-color: #CED4E8;
}
</style>
border-color css
<style>
span { border-color: #CED4E8; }
span { border-color: rgb(206,212,232); }
td.TdClassName
{
border-color: #CED4E8;
}
.TagClassName
{
border-color: #CED4E8;
}
</style>