Shades of Hawkes Blue #CEDEF3
Tints of Hawkes Blue #CEDEF3
RGB
CMYK
RGB Variations
Color information
#CEDEF3 (or 0xCEDEF3) is known color: Hawkes Blue. HEX triplet: CE, DE and F3. RGB value is (206,222,243). Sum of RGB (Red+Green+Blue) = 206+222+243=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEDEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDEF3 is #31210C. Grayscale: #DBDBDB. Windows color (decimal): -3219725 or 15982286. OLE color: 15982286.
HSL color Cylindrical-coordinate representation of color #CEDEF3: hue angle of 214.05º degrees, saturation: 0.61, 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 #CEDEF3 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 222 | 243 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.05 |
| HSL | 214.05º | 0.61% | 0.88% | - |
| HSV(B) | 214.05º | 0.15% | 0.95% | - |
| XYZ | 67.75 | 71.84 | 95.09 | - |
| YUV | 219.61 | 141.2 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 243 | 0.15 | 0.09 | 0 | 0.05 | 214.05 | 0.61 | 0.88 |
| Hex | CE | DE | F3 | F | 9 | 0 | 5 | D6 | 3D | 58 |
| Octal | 316 | 336 | 363 | 17 | 11 | 0 | 5 | 326 | 75 | 130 |
| Binary | 11001110 | 11011110 | 11110011 | 1111 | 1001 | 0 | 101 | 11010110 | 111101 | 1011000 |
Color Harmonies of #CEDEF3
Complementary color
Monochromatic Colors of #CEDEF3
Black with #CEDEF3
Text Example
Text Example
White with #CEDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEF3; }
p { color: rgb(206,222,243); }
H1.HeaderClassName
{
color: #CEDEF3;
}
.AnyTagClassName
{
color: #CEDEF3;
}
</style>
background-color css
<style>
a { background-color: #CEDEF3; }
a { background-color: rgb(206,222,243); }
div.DivClassName
{
background-color: #CEDEF3;
}
.BgClassName
{
background-color: #CEDEF3;
}
</style>
border-color css
<style>
span { border-color: #CEDEF3; }
span { border-color: rgb(206,222,243); }
td.TdClassName
{
border-color: #CEDEF3;
}
.TagClassName
{
border-color: #CEDEF3;
}
</style>