Shades of Hawkes Blue #CEDDF1
Tints of Hawkes Blue #CEDDF1
RGB
CMYK
RGB Variations
Color information
#CEDDF1 (or 0xCEDDF1) is known color: Hawkes Blue. HEX triplet: CE, DD and F1. RGB value is (206,221,241). Sum of RGB (Red+Green+Blue) = 206+221+241=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDF1 is #31220E. Grayscale: #DADADA. Windows color (decimal): -3219983 or 15850958. OLE color: 15850958.
HSL color Cylindrical-coordinate representation of color #CEDDF1: hue angle of 214.29º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEDDF1 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 206 | 221 | 241 | - |
CMYK | 0.15 | 0.08 | 0 | 0.05 |
HSL | 214.29º | 0.56% | 0.88% | - |
HSV(B) | 214.29º | 0.15% | 0.95% | - |
XYZ | 67.19 | 71.19 | 93.42 | - |
YUV | 218.8 | 140.53 | 118.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 241 | 0.15 | 0.08 | 0 | 0.05 | 214.29 | 0.56 | 0.88 |
Hex | CE | DD | F1 | F | 8 | 0 | 5 | D6 | 38 | 58 |
Octal | 316 | 335 | 361 | 17 | 10 | 0 | 5 | 326 | 70 | 130 |
Binary | 11001110 | 11011101 | 11110001 | 1111 | 1000 | 0 | 101 | 11010110 | 111000 | 1011000 |
Color Harmonies of #CEDDF1
Complementary color
Monochromatic Colors of #CEDDF1
Black with #CEDDF1
Text Example
Text Example
White with #CEDDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDF1; }
p { color: rgb(206,221,241); }
H1.HeaderClassName
{
color: #CEDDF1;
}
.AnyTagClassName
{
color: #CEDDF1;
}
</style>
background-color css
<style>
a { background-color: #CEDDF1; }
a { background-color: rgb(206,221,241); }
div.DivClassName
{
background-color: #CEDDF1;
}
.BgClassName
{
background-color: #CEDDF1;
}
</style>
border-color css
<style>
span { border-color: #CEDDF1; }
span { border-color: rgb(206,221,241); }
td.TdClassName
{
border-color: #CEDDF1;
}
.TagClassName
{
border-color: #CEDDF1;
}
</style>