Shades of Blue Romance #CFE1CE
Tints of Blue Romance #CFE1CE
RGB
CMYK
RGB Variations
Color information
#CFE1CE (or 0xCFE1CE) is known color: Blue Romance. HEX triplet: CF, E1 and CE. RGB value is (207,225,206). Sum of RGB (Red+Green+Blue) = 207+225+206=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1CE is #301E31. Grayscale: #D9D9D9. Windows color (decimal): -3153458 or 13558223. OLE color: 13558223.
HSL color Cylindrical-coordinate representation of color #CFE1CE: hue angle of 116.84º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE1CE is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 206 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.12 |
| HSL | 116.84º | 0.24% | 0.85% | - |
| HSV(B) | 116.84º | 0.08% | 0.88% | - |
| XYZ | 63.8 | 71.57 | 68.84 | - |
| YUV | 217.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 206 | 0.08 | 0 | 0.08 | 0.12 | 116.84 | 0.24 | 0.85 |
| Hex | CF | E1 | CE | 8 | 0 | 8 | C | 75 | 18 | 55 |
| Octal | 317 | 341 | 316 | 10 | 0 | 10 | 14 | 165 | 30 | 125 |
| Binary | 11001111 | 11100001 | 11001110 | 1000 | 0 | 1000 | 1100 | 1110101 | 11000 | 1010101 |
Color Harmonies of #CFE1CE
Complementary color
Monochromatic Colors of #CFE1CE
Black with #CFE1CE
Text Example
Text Example
White with #CFE1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1CE; }
p { color: rgb(207,225,206); }
H1.HeaderClassName
{
color: #CFE1CE;
}
.AnyTagClassName
{
color: #CFE1CE;
}
</style>
background-color css
<style>
a { background-color: #CFE1CE; }
a { background-color: rgb(207,225,206); }
div.DivClassName
{
background-color: #CFE1CE;
}
.BgClassName
{
background-color: #CFE1CE;
}
</style>
border-color css
<style>
span { border-color: #CFE1CE; }
span { border-color: rgb(207,225,206); }
td.TdClassName
{
border-color: #CFE1CE;
}
.TagClassName
{
border-color: #CFE1CE;
}
</style>