Shades of Blue Romance #CEE1CD
Tints of Blue Romance #CEE1CD
RGB
CMYK
RGB Variations
Color information
#CEE1CD (or 0xCEE1CD) is known color: Blue Romance. HEX triplet: CE, E1 and CD. RGB value is (206,225,205). Sum of RGB (Red+Green+Blue) = 206+225+205=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1CD is #311E32. Grayscale: #D9D9D9. Windows color (decimal): -3218995 or 13492686. OLE color: 13492686.
HSL color Cylindrical-coordinate representation of color #CEE1CD: hue angle of 117º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEE1CD is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 205 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.12 |
| HSL | 117º | 0.25% | 0.84% | - |
| HSV(B) | 117º | 0.09% | 0.88% | - |
| XYZ | 63.4 | 71.38 | 68.19 | - |
| YUV | 217.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 205 | 0.08 | 0 | 0.09 | 0.12 | 117 | 0.25 | 0.84 |
| Hex | CE | E1 | CD | 8 | 0 | 9 | C | 75 | 19 | 54 |
| Octal | 316 | 341 | 315 | 10 | 0 | 11 | 14 | 165 | 31 | 124 |
| Binary | 11001110 | 11100001 | 11001101 | 1000 | 0 | 1001 | 1100 | 1110101 | 11001 | 1010100 |
Color Harmonies of #CEE1CD
Complementary color
Monochromatic Colors of #CEE1CD
Black with #CEE1CD
Text Example
Text Example
White with #CEE1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE1CD; }
p { color: rgb(206,225,205); }
H1.HeaderClassName
{
color: #CEE1CD;
}
.AnyTagClassName
{
color: #CEE1CD;
}
</style>
background-color css
<style>
a { background-color: #CEE1CD; }
a { background-color: rgb(206,225,205); }
div.DivClassName
{
background-color: #CEE1CD;
}
.BgClassName
{
background-color: #CEE1CD;
}
</style>
border-color css
<style>
span { border-color: #CEE1CD; }
span { border-color: rgb(206,225,205); }
td.TdClassName
{
border-color: #CEE1CD;
}
.TagClassName
{
border-color: #CEE1CD;
}
</style>