Shades of Blue Romance #CEE8CC
Tints of Blue Romance #CEE8CC
RGB
CMYK
RGB Variations
Color information
#CEE8CC (or 0xCEE8CC) is known color: Blue Romance. HEX triplet: CE, E8 and CC. RGB value is (206,232,204). Sum of RGB (Red+Green+Blue) = 206+232+204=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE8CC is #311733. Grayscale: #DDDDDD. Windows color (decimal): -3217204 or 13428942. OLE color: 13428942.
HSL color Cylindrical-coordinate representation of color #CEE8CC: hue angle of 115.71º degrees, saturation: 0.38, 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 #CEE8CC is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 204 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.09 |
| HSL | 115.71º | 0.38% | 0.85% | - |
| HSV(B) | 115.71º | 0.12% | 0.91% | - |
| XYZ | 65.21 | 75.19 | 68.2 | - |
| YUV | 221.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 204 | 0.11 | 0 | 0.12 | 0.09 | 115.71 | 0.38 | 0.85 |
| Hex | CE | E8 | CC | B | 0 | C | 9 | 74 | 26 | 55 |
| Octal | 316 | 350 | 314 | 13 | 0 | 14 | 11 | 164 | 46 | 125 |
| Binary | 11001110 | 11101000 | 11001100 | 1011 | 0 | 1100 | 1001 | 1110100 | 100110 | 1010101 |
Color Harmonies of #CEE8CC
Complementary color
Monochromatic Colors of #CEE8CC
Black with #CEE8CC
Text Example
Text Example
White with #CEE8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE8CC; }
p { color: rgb(206,232,204); }
H1.HeaderClassName
{
color: #CEE8CC;
}
.AnyTagClassName
{
color: #CEE8CC;
}
</style>
background-color css
<style>
a { background-color: #CEE8CC; }
a { background-color: rgb(206,232,204); }
div.DivClassName
{
background-color: #CEE8CC;
}
.BgClassName
{
background-color: #CEE8CC;
}
</style>
border-color css
<style>
span { border-color: #CEE8CC; }
span { border-color: rgb(206,232,204); }
td.TdClassName
{
border-color: #CEE8CC;
}
.TagClassName
{
border-color: #CEE8CC;
}
</style>