Shades of Hawkes Blue #CEDFFD
Tints of Hawkes Blue #CEDFFD
RGB
CMYK
RGB Variations
Color information
#CEDFFD (or 0xCEDFFD) is known color: Hawkes Blue. HEX triplet: CE, DF and FD. RGB value is (206,223,253). Sum of RGB (Red+Green+Blue) = 206+223+253=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEDFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFFD is #312002. Grayscale: #DDDDDD. Windows color (decimal): -3219459 or 16637902. OLE color: 16637902.
HSL color Cylindrical-coordinate representation of color #CEDFFD: hue angle of 218.3º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEDFFD is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 223 | 253 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.01 |
| HSL | 218.3º | 0.92% | 0.9% | - |
| HSV(B) | 218.3º | 0.19% | 0.99% | - |
| XYZ | 69.57 | 72.99 | 103.35 | - |
| YUV | 221.34 | 145.87 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 253 | 0.19 | 0.12 | 0 | 0.01 | 218.3 | 0.92 | 0.9 |
| Hex | CE | DF | FD | 13 | C | 0 | 1 | DA | 5C | 5A |
| Octal | 316 | 337 | 375 | 23 | 14 | 0 | 1 | 332 | 134 | 132 |
| Binary | 11001110 | 11011111 | 11111101 | 10011 | 1100 | 0 | 1 | 11011010 | 1011100 | 1011010 |
Color Harmonies of #CEDFFD
Complementary color
Monochromatic Colors of #CEDFFD
Black with #CEDFFD
Text Example
Text Example
White with #CEDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFFD; }
p { color: rgb(206,223,253); }
H1.HeaderClassName
{
color: #CEDFFD;
}
.AnyTagClassName
{
color: #CEDFFD;
}
</style>
background-color css
<style>
a { background-color: #CEDFFD; }
a { background-color: rgb(206,223,253); }
div.DivClassName
{
background-color: #CEDFFD;
}
.BgClassName
{
background-color: #CEDFFD;
}
</style>
border-color css
<style>
span { border-color: #CEDFFD; }
span { border-color: rgb(206,223,253); }
td.TdClassName
{
border-color: #CEDFFD;
}
.TagClassName
{
border-color: #CEDFFD;
}
</style>