Shades of Blue Romance #CFE5CD
Tints of Blue Romance #CFE5CD
RGB
CMYK
RGB Variations
Color information
#CFE5CD (or 0xCFE5CD) is known color: Blue Romance. HEX triplet: CF, E5 and CD. RGB value is (207,229,205). Sum of RGB (Red+Green+Blue) = 207+229+205=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5CD is #301A32. Grayscale: #DBDBDB. Windows color (decimal): -3152435 or 13493711. OLE color: 13493711.
HSL color Cylindrical-coordinate representation of color #CFE5CD: hue angle of 115º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE5CD is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 205 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.10 |
| HSL | 115º | 0.32% | 0.85% | - |
| HSV(B) | 115º | 0.1% | 0.9% | - |
| XYZ | 64.77 | 73.71 | 68.57 | - |
| YUV | 219.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 205 | 0.10 | 0 | 0.10 | 0.10 | 115 | 0.32 | 0.85 |
| Hex | CF | E5 | CD | A | 0 | A | A | 73 | 20 | 55 |
| Octal | 317 | 345 | 315 | 12 | 0 | 12 | 12 | 163 | 40 | 125 |
| Binary | 11001111 | 11100101 | 11001101 | 1010 | 0 | 1010 | 1010 | 1110011 | 100000 | 1010101 |
Color Harmonies of #CFE5CD
Complementary color
Monochromatic Colors of #CFE5CD
Black with #CFE5CD
Text Example
Text Example
White with #CFE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE5CD; }
p { color: rgb(207,229,205); }
H1.HeaderClassName
{
color: #CFE5CD;
}
.AnyTagClassName
{
color: #CFE5CD;
}
</style>
background-color css
<style>
a { background-color: #CFE5CD; }
a { background-color: rgb(207,229,205); }
div.DivClassName
{
background-color: #CFE5CD;
}
.BgClassName
{
background-color: #CFE5CD;
}
</style>
border-color css
<style>
span { border-color: #CFE5CD; }
span { border-color: rgb(207,229,205); }
td.TdClassName
{
border-color: #CFE5CD;
}
.TagClassName
{
border-color: #CFE5CD;
}
</style>