Shades of Hawkes Blue #CED3E7
Tints of Hawkes Blue #CED3E7
RGB
CMYK
RGB Variations
Color information
#CED3E7 (or 0xCED3E7) is known color: Hawkes Blue. HEX triplet: CE, D3 and E7. RGB value is (206,211,231). Sum of RGB (Red+Green+Blue) = 206+211+231=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 211 (82.81% from 255 or 32.56% from 648); Blue value is 231 (90.62% from 255 or 35.65% from 648); Max value from RGB is 231 - color contains mainly: blue. Hex color #CED3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3E7 is #312C18. Grayscale: #D3D3D3. Windows color (decimal): -3222553 or 15193038. OLE color: 15193038.
HSL color Cylindrical-coordinate representation of color #CED3E7: hue angle of 228º degrees, saturation: 0.34, 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 #CED3E7 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 211 | 231 | - |
CMYK | 0.11 | 0.09 | 0 | 0.09 |
HSL | 228º | 0.34% | 0.86% | - |
HSV(B) | 228º | 0.11% | 0.91% | - |
XYZ | 63.17 | 65.48 | 84.91 | - |
YUV | 211.79 | 138.84 | 123.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 211 | 231 | 0.11 | 0.09 | 0 | 0.09 | 228 | 0.34 | 0.86 |
Hex | CE | D3 | E7 | B | 9 | 0 | 9 | E4 | 22 | 56 |
Octal | 316 | 323 | 347 | 13 | 11 | 0 | 11 | 344 | 42 | 126 |
Binary | 11001110 | 11010011 | 11100111 | 1011 | 1001 | 0 | 1001 | 11100100 | 100010 | 1010110 |
Color Harmonies of #CED3E7
Complementary color
Monochromatic Colors of #CED3E7
Black with #CED3E7
Text Example
Text Example
White with #CED3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3E7; }
p { color: rgb(206,211,231); }
H1.HeaderClassName
{
color: #CED3E7;
}
.AnyTagClassName
{
color: #CED3E7;
}
</style>
background-color css
<style>
a { background-color: #CED3E7; }
a { background-color: rgb(206,211,231); }
div.DivClassName
{
background-color: #CED3E7;
}
.BgClassName
{
background-color: #CED3E7;
}
</style>
border-color css
<style>
span { border-color: #CED3E7; }
span { border-color: rgb(206,211,231); }
td.TdClassName
{
border-color: #CED3E7;
}
.TagClassName
{
border-color: #CED3E7;
}
</style>