Shades of Hawkes Blue #CED8F0
Tints of Hawkes Blue #CED8F0
RGB
CMYK
RGB Variations
Color information
#CED8F0 (or 0xCED8F0) is known color: Hawkes Blue. HEX triplet: CE, D8 and F0. RGB value is (206,216,240). Sum of RGB (Red+Green+Blue) = 206+216+240=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 216 (84.77% from 255 or 32.63% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 240 - color contains mainly: blue. Hex color #CED8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED8F0 is #31270F. Grayscale: #D7D7D7. Windows color (decimal): -3221264 or 15784142. OLE color: 15784142.
HSL color Cylindrical-coordinate representation of color #CED8F0: hue angle of 222.35º degrees, saturation: 0.53, 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 #CED8F0 is Cyan = 0.14, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 206 | 216 | 240 | - |
CMYK | 0.14 | 0.1 | 0 | 0.06 |
HSL | 222.35º | 0.53% | 0.87% | - |
HSV(B) | 222.35º | 0.14% | 0.94% | - |
XYZ | 65.74 | 68.52 | 92.2 | - |
YUV | 215.75 | 141.69 | 121.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 216 | 240 | 0.14 | 0.1 | 0 | 0.06 | 222.35 | 0.53 | 0.87 |
Hex | CE | D8 | F0 | E | A | 0 | 6 | DE | 35 | 57 |
Octal | 316 | 330 | 360 | 16 | 12 | 0 | 6 | 336 | 65 | 127 |
Binary | 11001110 | 11011000 | 11110000 | 1110 | 1010 | 0 | 110 | 11011110 | 110101 | 1010111 |
Color Harmonies of #CED8F0
Complementary color
Monochromatic Colors of #CED8F0
Black with #CED8F0
Text Example
Text Example
White with #CED8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8F0; }
p { color: rgb(206,216,240); }
H1.HeaderClassName
{
color: #CED8F0;
}
.AnyTagClassName
{
color: #CED8F0;
}
</style>
background-color css
<style>
a { background-color: #CED8F0; }
a { background-color: rgb(206,216,240); }
div.DivClassName
{
background-color: #CED8F0;
}
.BgClassName
{
background-color: #CED8F0;
}
</style>
border-color css
<style>
span { border-color: #CED8F0; }
span { border-color: rgb(206,216,240); }
td.TdClassName
{
border-color: #CED8F0;
}
.TagClassName
{
border-color: #CED8F0;
}
</style>