Shades of Blue Romance #CFE8CC
Tints of Blue Romance #CFE8CC
RGB
CMYK
RGB Variations
Color information
#CFE8CC (or 0xCFE8CC) is known color: Blue Romance. HEX triplet: CF, E8 and CC. RGB value is (207,232,204). Sum of RGB (Red+Green+Blue) = 207+232+204=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8CC is #301733. Grayscale: #DDDDDD. Windows color (decimal): -3151668 or 13428943. OLE color: 13428943.
HSL color Cylindrical-coordinate representation of color #CFE8CC: hue angle of 113.57º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE8CC is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 204 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.09 |
| HSL | 113.57º | 0.38% | 0.85% | - |
| HSV(B) | 113.57º | 0.12% | 0.91% | - |
| XYZ | 65.49 | 75.34 | 68.22 | - |
| YUV | 221.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 204 | 0.11 | 0 | 0.12 | 0.09 | 113.57 | 0.38 | 0.85 |
| Hex | CF | E8 | CC | B | 0 | C | 9 | 72 | 26 | 55 |
| Octal | 317 | 350 | 314 | 13 | 0 | 14 | 11 | 162 | 46 | 125 |
| Binary | 11001111 | 11101000 | 11001100 | 1011 | 0 | 1100 | 1001 | 1110010 | 100110 | 1010101 |
Color Harmonies of #CFE8CC
Complementary color
Monochromatic Colors of #CFE8CC
Black with #CFE8CC
Text Example
Text Example
White with #CFE8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8CC; }
p { color: rgb(207,232,204); }
H1.HeaderClassName
{
color: #CFE8CC;
}
.AnyTagClassName
{
color: #CFE8CC;
}
</style>
background-color css
<style>
a { background-color: #CFE8CC; }
a { background-color: rgb(207,232,204); }
div.DivClassName
{
background-color: #CFE8CC;
}
.BgClassName
{
background-color: #CFE8CC;
}
</style>
border-color css
<style>
span { border-color: #CFE8CC; }
span { border-color: rgb(207,232,204); }
td.TdClassName
{
border-color: #CFE8CC;
}
.TagClassName
{
border-color: #CFE8CC;
}
</style>