Shades of Hawkes Blue #CED7F2
Tints of Hawkes Blue #CED7F2
RGB
CMYK
RGB Variations
Color information
#CED7F2 (or 0xCED7F2) is known color: Hawkes Blue. HEX triplet: CE, D7 and F2. RGB value is (206,215,242). Sum of RGB (Red+Green+Blue) = 206+215+242=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 215 (84.38% from 255 or 32.43% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #CED7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7F2 is #31280D. Grayscale: #D7D7D7. Windows color (decimal): -3221518 or 15914958. OLE color: 15914958.
HSL color Cylindrical-coordinate representation of color #CED7F2: hue angle of 225º 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 #CED7F2 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 215 | 242 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.05 |
| HSL | 225º | 0.58% | 0.88% | - |
| HSV(B) | 225º | 0.15% | 0.95% | - |
| XYZ | 65.78 | 68.13 | 93.69 | - |
| YUV | 215.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 242 | 0.15 | 0.11 | 0 | 0.05 | 225 | 0.58 | 0.88 |
| Hex | CE | D7 | F2 | F | B | 0 | 5 | E1 | 3A | 58 |
| Octal | 316 | 327 | 362 | 17 | 13 | 0 | 5 | 341 | 72 | 130 |
| Binary | 11001110 | 11010111 | 11110010 | 1111 | 1011 | 0 | 101 | 11100001 | 111010 | 1011000 |
Color Harmonies of #CED7F2
Complementary color
Monochromatic Colors of #CED7F2
Black with #CED7F2
Text Example
Text Example
White with #CED7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7F2; }
p { color: rgb(206,215,242); }
H1.HeaderClassName
{
color: #CED7F2;
}
.AnyTagClassName
{
color: #CED7F2;
}
</style>
background-color css
<style>
a { background-color: #CED7F2; }
a { background-color: rgb(206,215,242); }
div.DivClassName
{
background-color: #CED7F2;
}
.BgClassName
{
background-color: #CED7F2;
}
</style>
border-color css
<style>
span { border-color: #CED7F2; }
span { border-color: rgb(206,215,242); }
td.TdClassName
{
border-color: #CED7F2;
}
.TagClassName
{
border-color: #CED7F2;
}
</style>