Shades of Blue Romance #CEE4CC
Tints of Blue Romance #CEE4CC
RGB
CMYK
RGB Variations
Color information
#CEE4CC (or 0xCEE4CC) is known color: Blue Romance. HEX triplet: CE, E4 and CC. RGB value is (206,228,204). Sum of RGB (Red+Green+Blue) = 206+228+204=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE4CC is #311B33. Grayscale: #DADADA. Windows color (decimal): -3218228 or 13427918. OLE color: 13427918.
HSL color Cylindrical-coordinate representation of color #CEE4CC: hue angle of 115º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEE4CC is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 204 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.11 |
| HSL | 115º | 0.31% | 0.85% | - |
| HSV(B) | 115º | 0.11% | 0.89% | - |
| XYZ | 64.1 | 72.97 | 67.83 | - |
| YUV | 218.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 204 | 0.10 | 0 | 0.11 | 0.11 | 115 | 0.31 | 0.85 |
| Hex | CE | E4 | CC | A | 0 | B | B | 73 | 1F | 55 |
| Octal | 316 | 344 | 314 | 12 | 0 | 13 | 13 | 163 | 37 | 125 |
| Binary | 11001110 | 11100100 | 11001100 | 1010 | 0 | 1011 | 1011 | 1110011 | 11111 | 1010101 |
Color Harmonies of #CEE4CC
Complementary color
Monochromatic Colors of #CEE4CC
Black with #CEE4CC
Text Example
Text Example
White with #CEE4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE4CC; }
p { color: rgb(206,228,204); }
H1.HeaderClassName
{
color: #CEE4CC;
}
.AnyTagClassName
{
color: #CEE4CC;
}
</style>
background-color css
<style>
a { background-color: #CEE4CC; }
a { background-color: rgb(206,228,204); }
div.DivClassName
{
background-color: #CEE4CC;
}
.BgClassName
{
background-color: #CEE4CC;
}
</style>
border-color css
<style>
span { border-color: #CEE4CC; }
span { border-color: rgb(206,228,204); }
td.TdClassName
{
border-color: #CEE4CC;
}
.TagClassName
{
border-color: #CEE4CC;
}
</style>