Shades of Hawkes Blue #CEDAF2
Tints of Hawkes Blue #CEDAF2
RGB
CMYK
RGB Variations
Color information
#CEDAF2 (or 0xCEDAF2) is known color: Hawkes Blue. HEX triplet: CE, DA and F2. RGB value is (206,218,242). Sum of RGB (Red+Green+Blue) = 206+218+242=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEDAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAF2 is #31250D. Grayscale: #D9D9D9. Windows color (decimal): -3220750 or 15915726. OLE color: 15915726.
HSL color Cylindrical-coordinate representation of color #CEDAF2: hue angle of 220º degrees, saturation: 0.58, 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 #CEDAF2 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 206 | 218 | 242 | - |
CMYK | 0.15 | 0.10 | 0 | 0.05 |
HSL | 220º | 0.58% | 0.88% | - |
HSV(B) | 220º | 0.15% | 0.95% | - |
XYZ | 66.55 | 69.68 | 93.95 | - |
YUV | 217.15 | 142.02 | 120.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 242 | 0.15 | 0.10 | 0 | 0.05 | 220 | 0.58 | 0.88 |
Hex | CE | DA | F2 | F | A | 0 | 5 | DC | 3A | 58 |
Octal | 316 | 332 | 362 | 17 | 12 | 0 | 5 | 334 | 72 | 130 |
Binary | 11001110 | 11011010 | 11110010 | 1111 | 1010 | 0 | 101 | 11011100 | 111010 | 1011000 |
Color Harmonies of #CEDAF2
Complementary color
Monochromatic Colors of #CEDAF2
Black with #CEDAF2
Text Example
Text Example
White with #CEDAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAF2; }
p { color: rgb(206,218,242); }
H1.HeaderClassName
{
color: #CEDAF2;
}
.AnyTagClassName
{
color: #CEDAF2;
}
</style>
background-color css
<style>
a { background-color: #CEDAF2; }
a { background-color: rgb(206,218,242); }
div.DivClassName
{
background-color: #CEDAF2;
}
.BgClassName
{
background-color: #CEDAF2;
}
</style>
border-color css
<style>
span { border-color: #CEDAF2; }
span { border-color: rgb(206,218,242); }
td.TdClassName
{
border-color: #CEDAF2;
}
.TagClassName
{
border-color: #CEDAF2;
}
</style>