Shades of Hawkes Blue #CEDDF9
Tints of Hawkes Blue #CEDDF9
RGB
CMYK
RGB Variations
Color information
#CEDDF9 (or 0xCEDDF9) is known color: Hawkes Blue. HEX triplet: CE, DD and F9. RGB value is (206,221,249). Sum of RGB (Red+Green+Blue) = 206+221+249=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 249 (97.66% from 255 or 36.83% from 676); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEDDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDF9 is #312206. Grayscale: #DBDBDB. Windows color (decimal): -3219975 or 16375246. OLE color: 16375246.
HSL color Cylindrical-coordinate representation of color #CEDDF9: hue angle of 219.07º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEDDF9 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 206 | 221 | 249 | - |
CMYK | 0.17 | 0.11 | 0 | 0.02 |
HSL | 219.07º | 0.78% | 0.89% | - |
HSV(B) | 219.07º | 0.17% | 0.98% | - |
XYZ | 68.41 | 71.67 | 99.85 | - |
YUV | 219.71 | 144.53 | 118.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 249 | 0.17 | 0.11 | 0 | 0.02 | 219.07 | 0.78 | 0.89 |
Hex | CE | DD | F9 | 11 | B | 0 | 2 | DB | 4E | 59 |
Octal | 316 | 335 | 371 | 21 | 13 | 0 | 2 | 333 | 116 | 131 |
Binary | 11001110 | 11011101 | 11111001 | 10001 | 1011 | 0 | 10 | 11011011 | 1001110 | 1011001 |
Color Harmonies of #CEDDF9
Complementary color
Monochromatic Colors of #CEDDF9
Black with #CEDDF9
Text Example
Text Example
White with #CEDDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDF9; }
p { color: rgb(206,221,249); }
H1.HeaderClassName
{
color: #CEDDF9;
}
.AnyTagClassName
{
color: #CEDDF9;
}
</style>
background-color css
<style>
a { background-color: #CEDDF9; }
a { background-color: rgb(206,221,249); }
div.DivClassName
{
background-color: #CEDDF9;
}
.BgClassName
{
background-color: #CEDDF9;
}
</style>
border-color css
<style>
span { border-color: #CEDDF9; }
span { border-color: rgb(206,221,249); }
td.TdClassName
{
border-color: #CEDDF9;
}
.TagClassName
{
border-color: #CEDDF9;
}
</style>