Shades of Blue Romance #CFEECC
Tints of Blue Romance #CFEECC
RGB
CMYK
RGB Variations
Color information
#CFEECC (or 0xCFEECC) is known color: Blue Romance. HEX triplet: CF, EE and CC. RGB value is (207,238,204). Sum of RGB (Red+Green+Blue) = 207+238+204=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEECC is #301133. Grayscale: #E0E0E0. Windows color (decimal): -3150132 or 13430479. OLE color: 13430479.
HSL color Cylindrical-coordinate representation of color #CFEECC: hue angle of 114.71º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFEECC is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 204 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.07 |
| HSL | 114.71º | 0.5% | 0.87% | - |
| HSV(B) | 114.71º | 0.14% | 0.93% | - |
| XYZ | 67.21 | 78.77 | 68.79 | - |
| YUV | 224.86 | 116.23 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 204 | 0.13 | 0 | 0.14 | 0.07 | 114.71 | 0.5 | 0.87 |
| Hex | CF | EE | CC | D | 0 | E | 7 | 73 | 32 | 57 |
| Octal | 317 | 356 | 314 | 15 | 0 | 16 | 7 | 163 | 62 | 127 |
| Binary | 11001111 | 11101110 | 11001100 | 1101 | 0 | 1110 | 111 | 1110011 | 110010 | 1010111 |
Color Harmonies of #CFEECC
Complementary color
Monochromatic Colors of #CFEECC
Black with #CFEECC
Text Example
Text Example
White with #CFEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEECC; }
p { color: rgb(207,238,204); }
H1.HeaderClassName
{
color: #CFEECC;
}
.AnyTagClassName
{
color: #CFEECC;
}
</style>
background-color css
<style>
a { background-color: #CFEECC; }
a { background-color: rgb(207,238,204); }
div.DivClassName
{
background-color: #CFEECC;
}
.BgClassName
{
background-color: #CFEECC;
}
</style>
border-color css
<style>
span { border-color: #CFEECC; }
span { border-color: rgb(207,238,204); }
td.TdClassName
{
border-color: #CFEECC;
}
.TagClassName
{
border-color: #CFEECC;
}
</style>