Shades of Hawkes Blue #CEDEFD
Tints of Hawkes Blue #CEDEFD
RGB
CMYK
RGB Variations
Color information
#CEDEFD (or 0xCEDEFD) is known color: Hawkes Blue. HEX triplet: CE, DE and FD. RGB value is (206,222,253). Sum of RGB (Red+Green+Blue) = 206+222+253=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEDEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDEFD is #312102. Grayscale: #DCDCDC. Windows color (decimal): -3219715 or 16637646. OLE color: 16637646.
HSL color Cylindrical-coordinate representation of color #CEDEFD: hue angle of 219.57º 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 #CEDEFD is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 222 | 253 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.01 |
| HSL | 219.57º | 0.92% | 0.9% | - |
| HSV(B) | 219.57º | 0.19% | 0.99% | - |
| XYZ | 69.3 | 72.46 | 103.26 | - |
| YUV | 220.75 | 146.2 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 253 | 0.19 | 0.12 | 0 | 0.01 | 219.57 | 0.92 | 0.9 |
| Hex | CE | DE | FD | 13 | C | 0 | 1 | DC | 5C | 5A |
| Octal | 316 | 336 | 375 | 23 | 14 | 0 | 1 | 334 | 134 | 132 |
| Binary | 11001110 | 11011110 | 11111101 | 10011 | 1100 | 0 | 1 | 11011100 | 1011100 | 1011010 |
Color Harmonies of #CEDEFD
Complementary color
Monochromatic Colors of #CEDEFD
Black with #CEDEFD
Text Example
Text Example
White with #CEDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEFD; }
p { color: rgb(206,222,253); }
H1.HeaderClassName
{
color: #CEDEFD;
}
.AnyTagClassName
{
color: #CEDEFD;
}
</style>
background-color css
<style>
a { background-color: #CEDEFD; }
a { background-color: rgb(206,222,253); }
div.DivClassName
{
background-color: #CEDEFD;
}
.BgClassName
{
background-color: #CEDEFD;
}
</style>
border-color css
<style>
span { border-color: #CEDEFD; }
span { border-color: rgb(206,222,253); }
td.TdClassName
{
border-color: #CEDEFD;
}
.TagClassName
{
border-color: #CEDEFD;
}
</style>