Shades of Blue Romance #CEEDCC
Tints of Blue Romance #CEEDCC
RGB
CMYK
RGB Variations
Color information
#CEEDCC (or 0xCEEDCC) is known color: Blue Romance. HEX triplet: CE, ED and CC. RGB value is (206,237,204). Sum of RGB (Red+Green+Blue) = 206+237+204=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDCC is #311233. Grayscale: #E0E0E0. Windows color (decimal): -3215924 or 13430222. OLE color: 13430222.
HSL color Cylindrical-coordinate representation of color #CEEDCC: hue angle of 116.36º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEEDCC is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 204 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.07 |
| HSL | 116.36º | 0.48% | 0.86% | - |
| HSV(B) | 116.36º | 0.14% | 0.93% | - |
| XYZ | 66.64 | 78.05 | 68.68 | - |
| YUV | 223.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 204 | 0.13 | 0 | 0.14 | 0.07 | 116.36 | 0.48 | 0.86 |
| Hex | CE | ED | CC | D | 0 | E | 7 | 74 | 30 | 56 |
| Octal | 316 | 355 | 314 | 15 | 0 | 16 | 7 | 164 | 60 | 126 |
| Binary | 11001110 | 11101101 | 11001100 | 1101 | 0 | 1110 | 111 | 1110100 | 110000 | 1010110 |
Color Harmonies of #CEEDCC
Complementary color
Monochromatic Colors of #CEEDCC
Black with #CEEDCC
Text Example
Text Example
White with #CEEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDCC; }
p { color: rgb(206,237,204); }
H1.HeaderClassName
{
color: #CEEDCC;
}
.AnyTagClassName
{
color: #CEEDCC;
}
</style>
background-color css
<style>
a { background-color: #CEEDCC; }
a { background-color: rgb(206,237,204); }
div.DivClassName
{
background-color: #CEEDCC;
}
.BgClassName
{
background-color: #CEEDCC;
}
</style>
border-color css
<style>
span { border-color: #CEEDCC; }
span { border-color: rgb(206,237,204); }
td.TdClassName
{
border-color: #CEEDCC;
}
.TagClassName
{
border-color: #CEEDCC;
}
</style>