Shades of Hawkes Blue #CEDDF8
Tints of Hawkes Blue #CEDDF8
RGB
CMYK
RGB Variations
Color information
#CEDDF8 (or 0xCEDDF8) is known color: Hawkes Blue. HEX triplet: CE, DD and F8. RGB value is (206,221,248). Sum of RGB (Red+Green+Blue) = 206+221+248=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 248 (97.27% from 255 or 36.74% from 675); Max value from RGB is 248 - color contains mainly: blue. Hex color #CEDDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDF8 is #312207. Grayscale: #DBDBDB. Windows color (decimal): -3219976 or 16309710. OLE color: 16309710.
HSL color Cylindrical-coordinate representation of color #CEDDF8: hue angle of 218.57º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEDDF8 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 206 | 221 | 248 | - |
CMYK | 0.17 | 0.11 | 0 | 0.03 |
HSL | 218.57º | 0.75% | 0.89% | - |
HSV(B) | 218.57º | 0.17% | 0.97% | - |
XYZ | 68.25 | 71.61 | 99.03 | - |
YUV | 219.59 | 144.03 | 118.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 248 | 0.17 | 0.11 | 0 | 0.03 | 218.57 | 0.75 | 0.89 |
Hex | CE | DD | F8 | 11 | B | 0 | 3 | DB | 4B | 59 |
Octal | 316 | 335 | 370 | 21 | 13 | 0 | 3 | 333 | 113 | 131 |
Binary | 11001110 | 11011101 | 11111000 | 10001 | 1011 | 0 | 11 | 11011011 | 1001011 | 1011001 |
Color Harmonies of #CEDDF8
Complementary color
Monochromatic Colors of #CEDDF8
Black with #CEDDF8
Text Example
Text Example
White with #CEDDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDF8; }
p { color: rgb(206,221,248); }
H1.HeaderClassName
{
color: #CEDDF8;
}
.AnyTagClassName
{
color: #CEDDF8;
}
</style>
background-color css
<style>
a { background-color: #CEDDF8; }
a { background-color: rgb(206,221,248); }
div.DivClassName
{
background-color: #CEDDF8;
}
.BgClassName
{
background-color: #CEDDF8;
}
</style>
border-color css
<style>
span { border-color: #CEDDF8; }
span { border-color: rgb(206,221,248); }
td.TdClassName
{
border-color: #CEDDF8;
}
.TagClassName
{
border-color: #CEDDF8;
}
</style>