Shades of Hawkes Blue #CEDBE9
Tints of Hawkes Blue #CEDBE9
RGB
CMYK
RGB Variations
Color information
#CEDBE9 (or 0xCEDBE9) is known color: Hawkes Blue. HEX triplet: CE, DB and E9. RGB value is (206,219,233). Sum of RGB (Red+Green+Blue) = 206+219+233=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 233 - color contains mainly: blue. Hex color #CEDBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDBE9 is #312416. Grayscale: #D8D8D8. Windows color (decimal): -3220503 or 15326158. OLE color: 15326158.
HSL color Cylindrical-coordinate representation of color #CEDBE9: hue angle of 211.11º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEDBE9 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 219 | 233 | - |
CMYK | 0.12 | 0.06 | 0 | 0.09 |
HSL | 211.11º | 0.38% | 0.86% | - |
HSV(B) | 211.11º | 0.12% | 0.91% | - |
XYZ | 65.49 | 69.67 | 87.09 | - |
YUV | 216.71 | 137.19 | 120.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 219 | 233 | 0.12 | 0.06 | 0 | 0.09 | 211.11 | 0.38 | 0.86 |
Hex | CE | DB | E9 | C | 6 | 0 | 9 | D3 | 26 | 56 |
Octal | 316 | 333 | 351 | 14 | 6 | 0 | 11 | 323 | 46 | 126 |
Binary | 11001110 | 11011011 | 11101001 | 1100 | 110 | 0 | 1001 | 11010011 | 100110 | 1010110 |
Color Harmonies of #CEDBE9
Complementary color
Monochromatic Colors of #CEDBE9
Black with #CEDBE9
Text Example
Text Example
White with #CEDBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBE9; }
p { color: rgb(206,219,233); }
H1.HeaderClassName
{
color: #CEDBE9;
}
.AnyTagClassName
{
color: #CEDBE9;
}
</style>
background-color css
<style>
a { background-color: #CEDBE9; }
a { background-color: rgb(206,219,233); }
div.DivClassName
{
background-color: #CEDBE9;
}
.BgClassName
{
background-color: #CEDBE9;
}
</style>
border-color css
<style>
span { border-color: #CEDBE9; }
span { border-color: rgb(206,219,233); }
td.TdClassName
{
border-color: #CEDBE9;
}
.TagClassName
{
border-color: #CEDBE9;
}
</style>