Shades of Blue Romance #CEE7CC
Tints of Blue Romance #CEE7CC
RGB
CMYK
RGB Variations
Color information
#CEE7CC (or 0xCEE7CC) is known color: Blue Romance. HEX triplet: CE, E7 and CC. RGB value is (206,231,204). Sum of RGB (Red+Green+Blue) = 206+231+204=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE7CC is #311833. Grayscale: #DCDCDC. Windows color (decimal): -3217460 or 13428686. OLE color: 13428686.
HSL color Cylindrical-coordinate representation of color #CEE7CC: hue angle of 115.56º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEE7CC is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 204 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.09 |
| HSL | 115.56º | 0.36% | 0.85% | - |
| HSV(B) | 115.56º | 0.12% | 0.91% | - |
| XYZ | 64.93 | 74.63 | 68.11 | - |
| YUV | 220.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 204 | 0.11 | 0 | 0.12 | 0.09 | 115.56 | 0.36 | 0.85 |
| Hex | CE | E7 | CC | B | 0 | C | 9 | 74 | 24 | 55 |
| Octal | 316 | 347 | 314 | 13 | 0 | 14 | 11 | 164 | 44 | 125 |
| Binary | 11001110 | 11100111 | 11001100 | 1011 | 0 | 1100 | 1001 | 1110100 | 100100 | 1010101 |
Color Harmonies of #CEE7CC
Complementary color
Monochromatic Colors of #CEE7CC
Black with #CEE7CC
Text Example
Text Example
White with #CEE7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE7CC; }
p { color: rgb(206,231,204); }
H1.HeaderClassName
{
color: #CEE7CC;
}
.AnyTagClassName
{
color: #CEE7CC;
}
</style>
background-color css
<style>
a { background-color: #CEE7CC; }
a { background-color: rgb(206,231,204); }
div.DivClassName
{
background-color: #CEE7CC;
}
.BgClassName
{
background-color: #CEE7CC;
}
</style>
border-color css
<style>
span { border-color: #CEE7CC; }
span { border-color: rgb(206,231,204); }
td.TdClassName
{
border-color: #CEE7CC;
}
.TagClassName
{
border-color: #CEE7CC;
}
</style>