Shades of Hawkes Blue #CED3E8
Tints of Hawkes Blue #CED3E8
RGB
CMYK
RGB Variations
Color information
#CED3E8 (or 0xCED3E8) is known color: Hawkes Blue. HEX triplet: CE, D3 and E8. RGB value is (206,211,232). Sum of RGB (Red+Green+Blue) = 206+211+232=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 232 - color contains mainly: blue. Hex color #CED3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3E8 is #312C17. Grayscale: #D3D3D3. Windows color (decimal): -3222552 or 15258574. OLE color: 15258574.
HSL color Cylindrical-coordinate representation of color #CED3E8: hue angle of 228.46º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CED3E8 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 211 | 232 | - |
CMYK | 0.11 | 0.09 | 0 | 0.09 |
HSL | 228.46º | 0.36% | 0.86% | - |
HSV(B) | 228.46º | 0.11% | 0.91% | - |
XYZ | 63.31 | 65.54 | 85.66 | - |
YUV | 211.9 | 139.34 | 123.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 211 | 232 | 0.11 | 0.09 | 0 | 0.09 | 228.46 | 0.36 | 0.86 |
Hex | CE | D3 | E8 | B | 9 | 0 | 9 | E4 | 24 | 56 |
Octal | 316 | 323 | 350 | 13 | 11 | 0 | 11 | 344 | 44 | 126 |
Binary | 11001110 | 11010011 | 11101000 | 1011 | 1001 | 0 | 1001 | 11100100 | 100100 | 1010110 |
Color Harmonies of #CED3E8
Complementary color
Monochromatic Colors of #CED3E8
Black with #CED3E8
Text Example
Text Example
White with #CED3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3E8; }
p { color: rgb(206,211,232); }
H1.HeaderClassName
{
color: #CED3E8;
}
.AnyTagClassName
{
color: #CED3E8;
}
</style>
background-color css
<style>
a { background-color: #CED3E8; }
a { background-color: rgb(206,211,232); }
div.DivClassName
{
background-color: #CED3E8;
}
.BgClassName
{
background-color: #CED3E8;
}
</style>
border-color css
<style>
span { border-color: #CED3E8; }
span { border-color: rgb(206,211,232); }
td.TdClassName
{
border-color: #CED3E8;
}
.TagClassName
{
border-color: #CED3E8;
}
</style>