Shades of Hawkes Blue #CEDCF3
Tints of Hawkes Blue #CEDCF3
RGB
CMYK
RGB Variations
Color information
#CEDCF3 (or 0xCEDCF3) is known color: Hawkes Blue. HEX triplet: CE, DC and F3. RGB value is (206,220,243). Sum of RGB (Red+Green+Blue) = 206+220+243=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEDCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCF3 is #31230C. Grayscale: #DADADA. Windows color (decimal): -3220237 or 15981774. OLE color: 15981774.
HSL color Cylindrical-coordinate representation of color #CEDCF3: hue angle of 217.3º degrees, saturation: 0.61, 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 #CEDCF3 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 206 | 220 | 243 | - |
CMYK | 0.15 | 0.09 | 0 | 0.05 |
HSL | 217.3º | 0.61% | 0.88% | - |
HSV(B) | 217.3º | 0.15% | 0.95% | - |
XYZ | 67.22 | 70.78 | 94.91 | - |
YUV | 218.44 | 141.86 | 119.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 220 | 243 | 0.15 | 0.09 | 0 | 0.05 | 217.3 | 0.61 | 0.88 |
Hex | CE | DC | F3 | F | 9 | 0 | 5 | D9 | 3D | 58 |
Octal | 316 | 334 | 363 | 17 | 11 | 0 | 5 | 331 | 75 | 130 |
Binary | 11001110 | 11011100 | 11110011 | 1111 | 1001 | 0 | 101 | 11011001 | 111101 | 1011000 |
Color Harmonies of #CEDCF3
Complementary color
Monochromatic Colors of #CEDCF3
Black with #CEDCF3
Text Example
Text Example
White with #CEDCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCF3; }
p { color: rgb(206,220,243); }
H1.HeaderClassName
{
color: #CEDCF3;
}
.AnyTagClassName
{
color: #CEDCF3;
}
</style>
background-color css
<style>
a { background-color: #CEDCF3; }
a { background-color: rgb(206,220,243); }
div.DivClassName
{
background-color: #CEDCF3;
}
.BgClassName
{
background-color: #CEDCF3;
}
</style>
border-color css
<style>
span { border-color: #CEDCF3; }
span { border-color: rgb(206,220,243); }
td.TdClassName
{
border-color: #CEDCF3;
}
.TagClassName
{
border-color: #CEDCF3;
}
</style>