Shades of Blue Romance #CEECCC
Tints of Blue Romance #CEECCC
RGB
CMYK
RGB Variations
Color information
#CEECCC (or 0xCEECCC) is known color: Blue Romance. HEX triplet: CE, EC and CC. RGB value is (206,236,204). Sum of RGB (Red+Green+Blue) = 206+236+204=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECCC is #311333. Grayscale: #DFDFDF. Windows color (decimal): -3216180 or 13429966. OLE color: 13429966.
HSL color Cylindrical-coordinate representation of color #CEECCC: hue angle of 116.25º degrees, saturation: 0.46, 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 #CEECCC is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 236 | 204 | - |
CMYK | 0.13 | 0 | 0.14 | 0.07 |
HSL | 116.25º | 0.46% | 0.86% | - |
HSV(B) | 116.25º | 0.14% | 0.93% | - |
XYZ | 66.35 | 77.47 | 68.58 | - |
YUV | 223.38 | 117.06 | 115.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 236 | 204 | 0.13 | 0 | 0.14 | 0.07 | 116.25 | 0.46 | 0.86 |
Hex | CE | EC | CC | D | 0 | E | 7 | 74 | 2E | 56 |
Octal | 316 | 354 | 314 | 15 | 0 | 16 | 7 | 164 | 56 | 126 |
Binary | 11001110 | 11101100 | 11001100 | 1101 | 0 | 1110 | 111 | 1110100 | 101110 | 1010110 |
Color Harmonies of #CEECCC
Complementary color
Monochromatic Colors of #CEECCC
Black with #CEECCC
Text Example
Text Example
White with #CEECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECCC; }
p { color: rgb(206,236,204); }
H1.HeaderClassName
{
color: #CEECCC;
}
.AnyTagClassName
{
color: #CEECCC;
}
</style>
background-color css
<style>
a { background-color: #CEECCC; }
a { background-color: rgb(206,236,204); }
div.DivClassName
{
background-color: #CEECCC;
}
.BgClassName
{
background-color: #CEECCC;
}
</style>
border-color css
<style>
span { border-color: #CEECCC; }
span { border-color: rgb(206,236,204); }
td.TdClassName
{
border-color: #CEECCC;
}
.TagClassName
{
border-color: #CEECCC;
}
</style>