Shades of Blue Romance #CEE5CC
Tints of Blue Romance #CEE5CC
RGB
CMYK
RGB Variations
Color information
#CEE5CC (or 0xCEE5CC) is known color: Blue Romance. HEX triplet: CE, E5 and CC. RGB value is (206,229,204). Sum of RGB (Red+Green+Blue) = 206+229+204=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5CC is #311A33. Grayscale: #DBDBDB. Windows color (decimal): -3217972 or 13428174. OLE color: 13428174.
HSL color Cylindrical-coordinate representation of color #CEE5CC: hue angle of 115.2º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEE5CC is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 204 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.10 |
| HSL | 115.2º | 0.32% | 0.85% | - |
| HSV(B) | 115.2º | 0.11% | 0.9% | - |
| XYZ | 64.37 | 73.52 | 67.92 | - |
| YUV | 219.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 204 | 0.10 | 0 | 0.11 | 0.10 | 115.2 | 0.32 | 0.85 |
| Hex | CE | E5 | CC | A | 0 | B | A | 73 | 20 | 55 |
| Octal | 316 | 345 | 314 | 12 | 0 | 13 | 12 | 163 | 40 | 125 |
| Binary | 11001110 | 11100101 | 11001100 | 1010 | 0 | 1011 | 1010 | 1110011 | 100000 | 1010101 |
Color Harmonies of #CEE5CC
Complementary color
Monochromatic Colors of #CEE5CC
Black with #CEE5CC
Text Example
Text Example
White with #CEE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5CC; }
p { color: rgb(206,229,204); }
H1.HeaderClassName
{
color: #CEE5CC;
}
.AnyTagClassName
{
color: #CEE5CC;
}
</style>
background-color css
<style>
a { background-color: #CEE5CC; }
a { background-color: rgb(206,229,204); }
div.DivClassName
{
background-color: #CEE5CC;
}
.BgClassName
{
background-color: #CEE5CC;
}
</style>
border-color css
<style>
span { border-color: #CEE5CC; }
span { border-color: rgb(206,229,204); }
td.TdClassName
{
border-color: #CEE5CC;
}
.TagClassName
{
border-color: #CEE5CC;
}
</style>