Shades of Blue Romance #CEE8CD
Tints of Blue Romance #CEE8CD
RGB
CMYK
RGB Variations
Color information
#CEE8CD (or 0xCEE8CD) is known color: Blue Romance. HEX triplet: CE, E8 and CD. RGB value is (206,232,205). Sum of RGB (Red+Green+Blue) = 206+232+205=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE8CD is #311732. Grayscale: #DDDDDD. Windows color (decimal): -3217203 or 13494478. OLE color: 13494478.
HSL color Cylindrical-coordinate representation of color #CEE8CD: hue angle of 117.78º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEE8CD is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 205 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.09 |
| HSL | 117.78º | 0.37% | 0.86% | - |
| HSV(B) | 117.78º | 0.12% | 0.91% | - |
| XYZ | 65.33 | 75.24 | 68.84 | - |
| YUV | 221.15 | 118.89 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 205 | 0.11 | 0 | 0.12 | 0.09 | 117.78 | 0.37 | 0.86 |
| Hex | CE | E8 | CD | B | 0 | C | 9 | 76 | 25 | 56 |
| Octal | 316 | 350 | 315 | 13 | 0 | 14 | 11 | 166 | 45 | 126 |
| Binary | 11001110 | 11101000 | 11001101 | 1011 | 0 | 1100 | 1001 | 1110110 | 100101 | 1010110 |
Color Harmonies of #CEE8CD
Complementary color
Monochromatic Colors of #CEE8CD
Black with #CEE8CD
Text Example
Text Example
White with #CEE8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE8CD; }
p { color: rgb(206,232,205); }
H1.HeaderClassName
{
color: #CEE8CD;
}
.AnyTagClassName
{
color: #CEE8CD;
}
</style>
background-color css
<style>
a { background-color: #CEE8CD; }
a { background-color: rgb(206,232,205); }
div.DivClassName
{
background-color: #CEE8CD;
}
.BgClassName
{
background-color: #CEE8CD;
}
</style>
border-color css
<style>
span { border-color: #CEE8CD; }
span { border-color: rgb(206,232,205); }
td.TdClassName
{
border-color: #CEE8CD;
}
.TagClassName
{
border-color: #CEE8CD;
}
</style>