Shades of Hawkes Blue #CEDAFF
Tints of Hawkes Blue #CEDAFF
RGB
CMYK
RGB Variations
Color information
#CEDAFF (or 0xCEDAFF) is known color: Hawkes Blue. HEX triplet: CE, DA and FF. RGB value is (206,218,255). Sum of RGB (Red+Green+Blue) = 206+218+255=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEDAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAFF is #312500. Grayscale: #DADADA. Windows color (decimal): -3220737 or 16767694. OLE color: 16767694.
HSL color Cylindrical-coordinate representation of color #CEDAFF: hue angle of 225.31º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEDAFF is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 218 | 255 | - |
| CMYK | 0.19 | 0.15 | 0 | 0 |
| HSL | 225.31º | 1% | 0.9% | - |
| HSV(B) | 225.31º | 0.19% | 1% | - |
| XYZ | 68.58 | 70.48 | 104.6 | - |
| YUV | 218.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 255 | 0.19 | 0.15 | 0 | 0 | 225.31 | 1 | 0.9 |
| Hex | CE | DA | FF | 13 | F | 0 | 0 | E1 | 64 | 5A |
| Octal | 316 | 332 | 377 | 23 | 17 | 0 | 0 | 341 | 144 | 132 |
| Binary | 11001110 | 11011010 | 11111111 | 10011 | 1111 | 0 | 0 | 11100001 | 1100100 | 1011010 |
Color Harmonies of #CEDAFF
Complementary color
Monochromatic Colors of #CEDAFF
Black with #CEDAFF
Text Example
Text Example
White with #CEDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAFF; }
p { color: rgb(206,218,255); }
H1.HeaderClassName
{
color: #CEDAFF;
}
.AnyTagClassName
{
color: #CEDAFF;
}
</style>
background-color css
<style>
a { background-color: #CEDAFF; }
a { background-color: rgb(206,218,255); }
div.DivClassName
{
background-color: #CEDAFF;
}
.BgClassName
{
background-color: #CEDAFF;
}
</style>
border-color css
<style>
span { border-color: #CEDAFF; }
span { border-color: rgb(206,218,255); }
td.TdClassName
{
border-color: #CEDAFF;
}
.TagClassName
{
border-color: #CEDAFF;
}
</style>