Shades of Blue Romance #CEE5CD
Tints of Blue Romance #CEE5CD
RGB
CMYK
RGB Variations
Color information
#CEE5CD (or 0xCEE5CD) is known color: Blue Romance. HEX triplet: CE, E5 and CD. RGB value is (206,229,205). Sum of RGB (Red+Green+Blue) = 206+229+205=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5CD is #311A32. Grayscale: #DBDBDB. Windows color (decimal): -3217971 or 13493710. OLE color: 13493710.
HSL color Cylindrical-coordinate representation of color #CEE5CD: hue angle of 117.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE5CD is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 205 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.10 |
| HSL | 117.5º | 0.32% | 0.85% | - |
| HSV(B) | 117.5º | 0.1% | 0.9% | - |
| XYZ | 64.49 | 73.57 | 68.56 | - |
| YUV | 219.39 | 119.88 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 205 | 0.10 | 0 | 0.10 | 0.10 | 117.5 | 0.32 | 0.85 |
| Hex | CE | E5 | CD | A | 0 | A | A | 76 | 20 | 55 |
| Octal | 316 | 345 | 315 | 12 | 0 | 12 | 12 | 166 | 40 | 125 |
| Binary | 11001110 | 11100101 | 11001101 | 1010 | 0 | 1010 | 1010 | 1110110 | 100000 | 1010101 |
Color Harmonies of #CEE5CD
Complementary color
Monochromatic Colors of #CEE5CD
Black with #CEE5CD
Text Example
Text Example
White with #CEE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5CD; }
p { color: rgb(206,229,205); }
H1.HeaderClassName
{
color: #CEE5CD;
}
.AnyTagClassName
{
color: #CEE5CD;
}
</style>
background-color css
<style>
a { background-color: #CEE5CD; }
a { background-color: rgb(206,229,205); }
div.DivClassName
{
background-color: #CEE5CD;
}
.BgClassName
{
background-color: #CEE5CD;
}
</style>
border-color css
<style>
span { border-color: #CEE5CD; }
span { border-color: rgb(206,229,205); }
td.TdClassName
{
border-color: #CEE5CD;
}
.TagClassName
{
border-color: #CEE5CD;
}
</style>