Shades of Hawkes Blue #CED7E4
Tints of Hawkes Blue #CED7E4
RGB
CMYK
RGB Variations
Color information
#CED7E4 (or 0xCED7E4) is known color: Hawkes Blue. HEX triplet: CE, D7 and E4. RGB value is (206,215,228). Sum of RGB (Red+Green+Blue) = 206+215+228=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 215 (84.38% from 255 or 33.13% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 228 - color contains mainly: blue. Hex color #CED7E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED7E4 is #31281B. Grayscale: #D5D5D5. Windows color (decimal): -3221532 or 14997454. OLE color: 14997454.
HSL color Cylindrical-coordinate representation of color #CED7E4: hue angle of 215.45º 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 #CED7E4 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 206 | 215 | 228 | - |
CMYK | 0.10 | 0.06 | 0 | 0.11 |
HSL | 215.45º | 0.29% | 0.85% | - |
HSV(B) | 215.45º | 0.1% | 0.89% | - |
XYZ | 63.76 | 67.32 | 83.03 | - |
YUV | 213.79 | 136.02 | 122.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 215 | 228 | 0.10 | 0.06 | 0 | 0.11 | 215.45 | 0.29 | 0.85 |
Hex | CE | D7 | E4 | A | 6 | 0 | B | D7 | 1D | 55 |
Octal | 316 | 327 | 344 | 12 | 6 | 0 | 13 | 327 | 35 | 125 |
Binary | 11001110 | 11010111 | 11100100 | 1010 | 110 | 0 | 1011 | 11010111 | 11101 | 1010101 |
Color Harmonies of #CED7E4
Complementary color
Monochromatic Colors of #CED7E4
Black with #CED7E4
Text Example
Text Example
White with #CED7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7E4; }
p { color: rgb(206,215,228); }
H1.HeaderClassName
{
color: #CED7E4;
}
.AnyTagClassName
{
color: #CED7E4;
}
</style>
background-color css
<style>
a { background-color: #CED7E4; }
a { background-color: rgb(206,215,228); }
div.DivClassName
{
background-color: #CED7E4;
}
.BgClassName
{
background-color: #CED7E4;
}
</style>
border-color css
<style>
span { border-color: #CED7E4; }
span { border-color: rgb(206,215,228); }
td.TdClassName
{
border-color: #CED7E4;
}
.TagClassName
{
border-color: #CED7E4;
}
</style>