Shades of Hawkes Blue #CED9FC
Tints of Hawkes Blue #CED9FC
RGB
CMYK
RGB Variations
Color information
#CED9FC (or 0xCED9FC) is known color: Hawkes Blue. HEX triplet: CE, D9 and FC. RGB value is (206,217,252). Sum of RGB (Red+Green+Blue) = 206+217+252=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #CED9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED9FC is #312603. Grayscale: #D9D9D9. Windows color (decimal): -3220996 or 16570830. OLE color: 16570830.
HSL color Cylindrical-coordinate representation of color #CED9FC: hue angle of 225.65º 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 #CED9FC is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 217 | 252 | - |
CMYK | 0.18 | 0.14 | 0 | 0.01 |
HSL | 225.65º | 0.88% | 0.9% | - |
HSV(B) | 225.65º | 0.18% | 0.99% | - |
XYZ | 67.84 | 69.78 | 101.99 | - |
YUV | 217.7 | 147.36 | 119.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 217 | 252 | 0.18 | 0.14 | 0 | 0.01 | 225.65 | 0.88 | 0.9 |
Hex | CE | D9 | FC | 12 | E | 0 | 1 | E2 | 58 | 5A |
Octal | 316 | 331 | 374 | 22 | 16 | 0 | 1 | 342 | 130 | 132 |
Binary | 11001110 | 11011001 | 11111100 | 10010 | 1110 | 0 | 1 | 11100010 | 1011000 | 1011010 |
Color Harmonies of #CED9FC
Complementary color
Monochromatic Colors of #CED9FC
Black with #CED9FC
Text Example
Text Example
White with #CED9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9FC; }
p { color: rgb(206,217,252); }
H1.HeaderClassName
{
color: #CED9FC;
}
.AnyTagClassName
{
color: #CED9FC;
}
</style>
background-color css
<style>
a { background-color: #CED9FC; }
a { background-color: rgb(206,217,252); }
div.DivClassName
{
background-color: #CED9FC;
}
.BgClassName
{
background-color: #CED9FC;
}
</style>
border-color css
<style>
span { border-color: #CED9FC; }
span { border-color: rgb(206,217,252); }
td.TdClassName
{
border-color: #CED9FC;
}
.TagClassName
{
border-color: #CED9FC;
}
</style>