Shades of Hawkes Blue #CED7F1
Tints of Hawkes Blue #CED7F1
RGB
CMYK
RGB Variations
Color information
#CED7F1 (or 0xCED7F1) is known color: Hawkes Blue. HEX triplet: CE, D7 and F1. RGB value is (206,215,241). Sum of RGB (Red+Green+Blue) = 206+215+241=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 215 (84.38% from 255 or 32.48% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #CED7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7F1 is #31280E. Grayscale: #D7D7D7. Windows color (decimal): -3221519 or 15849422. OLE color: 15849422.
HSL color Cylindrical-coordinate representation of color #CED7F1: hue angle of 224.57º degrees, saturation: 0.56, 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 #CED7F1 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 215 | 241 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.05 |
| HSL | 224.57º | 0.56% | 0.88% | - |
| HSV(B) | 224.57º | 0.15% | 0.95% | - |
| XYZ | 65.63 | 68.07 | 92.9 | - |
| YUV | 215.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 241 | 0.15 | 0.11 | 0 | 0.05 | 224.57 | 0.56 | 0.88 |
| Hex | CE | D7 | F1 | F | B | 0 | 5 | E1 | 38 | 58 |
| Octal | 316 | 327 | 361 | 17 | 13 | 0 | 5 | 341 | 70 | 130 |
| Binary | 11001110 | 11010111 | 11110001 | 1111 | 1011 | 0 | 101 | 11100001 | 111000 | 1011000 |
Color Harmonies of #CED7F1
Complementary color
Monochromatic Colors of #CED7F1
Black with #CED7F1
Text Example
Text Example
White with #CED7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED7F1; }
p { color: rgb(206,215,241); }
H1.HeaderClassName
{
color: #CED7F1;
}
.AnyTagClassName
{
color: #CED7F1;
}
</style>
background-color css
<style>
a { background-color: #CED7F1; }
a { background-color: rgb(206,215,241); }
div.DivClassName
{
background-color: #CED7F1;
}
.BgClassName
{
background-color: #CED7F1;
}
</style>
border-color css
<style>
span { border-color: #CED7F1; }
span { border-color: rgb(206,215,241); }
td.TdClassName
{
border-color: #CED7F1;
}
.TagClassName
{
border-color: #CED7F1;
}
</style>