Shades of Hawkes Blue #CED9F2
Tints of Hawkes Blue #CED9F2
RGB
CMYK
RGB Variations
Color information
#CED9F2 (or 0xCED9F2) is known color: Hawkes Blue. HEX triplet: CE, D9 and F2. RGB value is (206,217,242). Sum of RGB (Red+Green+Blue) = 206+217+242=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 217 (85.16% from 255 or 32.63% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #CED9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED9F2 is #31260D. Grayscale: #D8D8D8. Windows color (decimal): -3221006 or 15915470. OLE color: 15915470.
HSL color Cylindrical-coordinate representation of color #CED9F2: hue angle of 221.67º 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 #CED9F2 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 206 | 217 | 242 | - |
CMYK | 0.15 | 0.10 | 0 | 0.05 |
HSL | 221.67º | 0.58% | 0.88% | - |
HSV(B) | 221.67º | 0.15% | 0.95% | - |
XYZ | 66.29 | 69.16 | 93.86 | - |
YUV | 216.56 | 142.36 | 120.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 217 | 242 | 0.15 | 0.10 | 0 | 0.05 | 221.67 | 0.58 | 0.88 |
Hex | CE | D9 | F2 | F | A | 0 | 5 | DE | 3A | 58 |
Octal | 316 | 331 | 362 | 17 | 12 | 0 | 5 | 336 | 72 | 130 |
Binary | 11001110 | 11011001 | 11110010 | 1111 | 1010 | 0 | 101 | 11011110 | 111010 | 1011000 |
Color Harmonies of #CED9F2
Complementary color
Monochromatic Colors of #CED9F2
Black with #CED9F2
Text Example
Text Example
White with #CED9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED9F2; }
p { color: rgb(206,217,242); }
H1.HeaderClassName
{
color: #CED9F2;
}
.AnyTagClassName
{
color: #CED9F2;
}
</style>
background-color css
<style>
a { background-color: #CED9F2; }
a { background-color: rgb(206,217,242); }
div.DivClassName
{
background-color: #CED9F2;
}
.BgClassName
{
background-color: #CED9F2;
}
</style>
border-color css
<style>
span { border-color: #CED9F2; }
span { border-color: rgb(206,217,242); }
td.TdClassName
{
border-color: #CED9F2;
}
.TagClassName
{
border-color: #CED9F2;
}
</style>