Shades of Hawkes Blue #CEDDEE
Tints of Hawkes Blue #CEDDEE
RGB
CMYK
RGB Variations
Color information
#CEDDEE (or 0xCEDDEE) is known color: Hawkes Blue. HEX triplet: CE, DD and EE. RGB value is (206,221,238). Sum of RGB (Red+Green+Blue) = 206+221+238=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDEE is #312211. Grayscale: #DADADA. Windows color (decimal): -3219986 or 15654350. OLE color: 15654350.
HSL color Cylindrical-coordinate representation of color #CEDDEE: hue angle of 211.88º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEDDEE is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 221 | 238 | - |
CMYK | 0.13 | 0.07 | 0 | 0.07 |
HSL | 211.88º | 0.48% | 0.87% | - |
HSV(B) | 211.88º | 0.13% | 0.93% | - |
XYZ | 66.74 | 71.01 | 91.08 | - |
YUV | 218.45 | 139.03 | 119.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 238 | 0.13 | 0.07 | 0 | 0.07 | 211.88 | 0.48 | 0.87 |
Hex | CE | DD | EE | D | 7 | 0 | 7 | D4 | 30 | 57 |
Octal | 316 | 335 | 356 | 15 | 7 | 0 | 7 | 324 | 60 | 127 |
Binary | 11001110 | 11011101 | 11101110 | 1101 | 111 | 0 | 111 | 11010100 | 110000 | 1010111 |
Color Harmonies of #CEDDEE
Complementary color
Monochromatic Colors of #CEDDEE
Black with #CEDDEE
Text Example
Text Example
White with #CEDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDEE; }
p { color: rgb(206,221,238); }
H1.HeaderClassName
{
color: #CEDDEE;
}
.AnyTagClassName
{
color: #CEDDEE;
}
</style>
background-color css
<style>
a { background-color: #CEDDEE; }
a { background-color: rgb(206,221,238); }
div.DivClassName
{
background-color: #CEDDEE;
}
.BgClassName
{
background-color: #CEDDEE;
}
</style>
border-color css
<style>
span { border-color: #CEDDEE; }
span { border-color: rgb(206,221,238); }
td.TdClassName
{
border-color: #CEDDEE;
}
.TagClassName
{
border-color: #CEDDEE;
}
</style>