Shades of Hawkes Blue #CED5E5
Tints of Hawkes Blue #CED5E5
RGB
CMYK
RGB Variations
Color information
#CED5E5 (or 0xCED5E5) is known color: Hawkes Blue. HEX triplet: CE, D5 and E5. RGB value is (206,213,229). Sum of RGB (Red+Green+Blue) = 206+213+229=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 213 (83.59% from 255 or 32.87% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 229 - color contains mainly: blue. Hex color #CED5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED5E5 is #312A1A. Grayscale: #D4D4D4. Windows color (decimal): -3222043 or 15062478. OLE color: 15062478.
HSL color Cylindrical-coordinate representation of color #CED5E5: hue angle of 221.74º degrees, saturation: 0.31, 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 #CED5E5 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 213 | 229 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.10 |
| HSL | 221.74º | 0.31% | 0.85% | - |
| HSV(B) | 221.74º | 0.1% | 0.9% | - |
| XYZ | 63.39 | 66.37 | 83.6 | - |
| YUV | 212.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 229 | 0.10 | 0.07 | 0 | 0.10 | 221.74 | 0.31 | 0.85 |
| Hex | CE | D5 | E5 | A | 7 | 0 | A | DE | 1F | 55 |
| Octal | 316 | 325 | 345 | 12 | 7 | 0 | 12 | 336 | 37 | 125 |
| Binary | 11001110 | 11010101 | 11100101 | 1010 | 111 | 0 | 1010 | 11011110 | 11111 | 1010101 |
Color Harmonies of #CED5E5
Complementary color
Monochromatic Colors of #CED5E5
Black with #CED5E5
Text Example
Text Example
White with #CED5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5E5; }
p { color: rgb(206,213,229); }
H1.HeaderClassName
{
color: #CED5E5;
}
.AnyTagClassName
{
color: #CED5E5;
}
</style>
background-color css
<style>
a { background-color: #CED5E5; }
a { background-color: rgb(206,213,229); }
div.DivClassName
{
background-color: #CED5E5;
}
.BgClassName
{
background-color: #CED5E5;
}
</style>
border-color css
<style>
span { border-color: #CED5E5; }
span { border-color: rgb(206,213,229); }
td.TdClassName
{
border-color: #CED5E5;
}
.TagClassName
{
border-color: #CED5E5;
}
</style>