Shades of Hawkes Blue #CED4ED
Tints of Hawkes Blue #CED4ED
RGB
CMYK
RGB Variations
Color information
#CED4ED (or 0xCED4ED) is known color: Hawkes Blue. HEX triplet: CE, D4 and ED. RGB value is (206,212,237). Sum of RGB (Red+Green+Blue) = 206+212+237=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #CED4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4ED is #312B12. Grayscale: #D4D4D4. Windows color (decimal): -3222291 or 15586510. OLE color: 15586510.
HSL color Cylindrical-coordinate representation of color #CED4ED: hue angle of 228.39º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CED4ED is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 212 | 237 | - |
CMYK | 0.13 | 0.11 | 0 | 0.07 |
HSL | 228.39º | 0.46% | 0.87% | - |
HSV(B) | 228.39º | 0.13% | 0.93% | - |
XYZ | 64.28 | 66.32 | 89.53 | - |
YUV | 213.06 | 141.51 | 122.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 212 | 237 | 0.13 | 0.11 | 0 | 0.07 | 228.39 | 0.46 | 0.87 |
Hex | CE | D4 | ED | D | B | 0 | 7 | E4 | 2E | 57 |
Octal | 316 | 324 | 355 | 15 | 13 | 0 | 7 | 344 | 56 | 127 |
Binary | 11001110 | 11010100 | 11101101 | 1101 | 1011 | 0 | 111 | 11100100 | 101110 | 1010111 |
Color Harmonies of #CED4ED
Complementary color
Monochromatic Colors of #CED4ED
Black with #CED4ED
Text Example
Text Example
White with #CED4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED4ED; }
p { color: rgb(206,212,237); }
H1.HeaderClassName
{
color: #CED4ED;
}
.AnyTagClassName
{
color: #CED4ED;
}
</style>
background-color css
<style>
a { background-color: #CED4ED; }
a { background-color: rgb(206,212,237); }
div.DivClassName
{
background-color: #CED4ED;
}
.BgClassName
{
background-color: #CED4ED;
}
</style>
border-color css
<style>
span { border-color: #CED4ED; }
span { border-color: rgb(206,212,237); }
td.TdClassName
{
border-color: #CED4ED;
}
.TagClassName
{
border-color: #CED4ED;
}
</style>