Shades of Hawkes Blue #CEDCEB
Tints of Hawkes Blue #CEDCEB
RGB
CMYK
RGB Variations
Color information
#CEDCEB (or 0xCEDCEB) is known color: Hawkes Blue. HEX triplet: CE, DC and EB. RGB value is (206,220,235). Sum of RGB (Red+Green+Blue) = 206+220+235=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEDCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCEB is #312314. Grayscale: #D9D9D9. Windows color (decimal): -3220245 or 15457486. OLE color: 15457486.
HSL color Cylindrical-coordinate representation of color #CEDCEB: hue angle of 211.03º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEDCEB is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 206 | 220 | 235 | - |
CMYK | 0.12 | 0.06 | 0 | 0.08 |
HSL | 211.03º | 0.42% | 0.86% | - |
HSV(B) | 211.03º | 0.12% | 0.92% | - |
XYZ | 66.04 | 70.31 | 88.69 | - |
YUV | 217.52 | 137.86 | 119.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 220 | 235 | 0.12 | 0.06 | 0 | 0.08 | 211.03 | 0.42 | 0.86 |
Hex | CE | DC | EB | C | 6 | 0 | 8 | D3 | 2A | 56 |
Octal | 316 | 334 | 353 | 14 | 6 | 0 | 10 | 323 | 52 | 126 |
Binary | 11001110 | 11011100 | 11101011 | 1100 | 110 | 0 | 1000 | 11010011 | 101010 | 1010110 |
Color Harmonies of #CEDCEB
Complementary color
Monochromatic Colors of #CEDCEB
Black with #CEDCEB
Text Example
Text Example
White with #CEDCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCEB; }
p { color: rgb(206,220,235); }
H1.HeaderClassName
{
color: #CEDCEB;
}
.AnyTagClassName
{
color: #CEDCEB;
}
</style>
background-color css
<style>
a { background-color: #CEDCEB; }
a { background-color: rgb(206,220,235); }
div.DivClassName
{
background-color: #CEDCEB;
}
.BgClassName
{
background-color: #CEDCEB;
}
</style>
border-color css
<style>
span { border-color: #CEDCEB; }
span { border-color: rgb(206,220,235); }
td.TdClassName
{
border-color: #CEDCEB;
}
.TagClassName
{
border-color: #CEDCEB;
}
</style>