Shades of Hawkes Blue #CEDFFC
Tints of Hawkes Blue #CEDFFC
RGB
CMYK
RGB Variations
Color information
#CEDFFC (or 0xCEDFFC) is known color: Hawkes Blue. HEX triplet: CE, DF and FC. RGB value is (206,223,252). Sum of RGB (Red+Green+Blue) = 206+223+252=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEDFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFFC is #312003. Grayscale: #DDDDDD. Windows color (decimal): -3219460 or 16572366. OLE color: 16572366.
HSL color Cylindrical-coordinate representation of color #CEDFFC: hue angle of 217.83º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEDFFC is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 223 | 252 | - |
CMYK | 0.18 | 0.12 | 0 | 0.01 |
HSL | 217.83º | 0.88% | 0.9% | - |
HSV(B) | 217.83º | 0.18% | 0.99% | - |
XYZ | 69.41 | 72.93 | 102.51 | - |
YUV | 221.22 | 145.37 | 117.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 223 | 252 | 0.18 | 0.12 | 0 | 0.01 | 217.83 | 0.88 | 0.9 |
Hex | CE | DF | FC | 12 | C | 0 | 1 | DA | 58 | 5A |
Octal | 316 | 337 | 374 | 22 | 14 | 0 | 1 | 332 | 130 | 132 |
Binary | 11001110 | 11011111 | 11111100 | 10010 | 1100 | 0 | 1 | 11011010 | 1011000 | 1011010 |
Color Harmonies of #CEDFFC
Complementary color
Monochromatic Colors of #CEDFFC
Black with #CEDFFC
Text Example
Text Example
White with #CEDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFFC; }
p { color: rgb(206,223,252); }
H1.HeaderClassName
{
color: #CEDFFC;
}
.AnyTagClassName
{
color: #CEDFFC;
}
</style>
background-color css
<style>
a { background-color: #CEDFFC; }
a { background-color: rgb(206,223,252); }
div.DivClassName
{
background-color: #CEDFFC;
}
.BgClassName
{
background-color: #CEDFFC;
}
</style>
border-color css
<style>
span { border-color: #CEDFFC; }
span { border-color: rgb(206,223,252); }
td.TdClassName
{
border-color: #CEDFFC;
}
.TagClassName
{
border-color: #CEDFFC;
}
</style>