Shades of Blue Romance #CFE6CD
Tints of Blue Romance #CFE6CD
RGB
CMYK
RGB Variations
Color information
#CFE6CD (or 0xCFE6CD) is known color: Blue Romance. HEX triplet: CF, E6 and CD. RGB value is (207,230,205). Sum of RGB (Red+Green+Blue) = 207+230+205=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6CD is #301932. Grayscale: #DCDCDC. Windows color (decimal): -3152179 or 13493967. OLE color: 13493967.
HSL color Cylindrical-coordinate representation of color #CFE6CD: hue angle of 115.2º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE6CD is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 205 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.10 |
| HSL | 115.2º | 0.33% | 0.85% | - |
| HSV(B) | 115.2º | 0.11% | 0.9% | - |
| XYZ | 65.05 | 74.27 | 68.66 | - |
| YUV | 220.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 205 | 0.10 | 0 | 0.11 | 0.10 | 115.2 | 0.33 | 0.85 |
| Hex | CF | E6 | CD | A | 0 | B | A | 73 | 21 | 55 |
| Octal | 317 | 346 | 315 | 12 | 0 | 13 | 12 | 163 | 41 | 125 |
| Binary | 11001111 | 11100110 | 11001101 | 1010 | 0 | 1011 | 1010 | 1110011 | 100001 | 1010101 |
Color Harmonies of #CFE6CD
Complementary color
Monochromatic Colors of #CFE6CD
Black with #CFE6CD
Text Example
Text Example
White with #CFE6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE6CD; }
p { color: rgb(207,230,205); }
H1.HeaderClassName
{
color: #CFE6CD;
}
.AnyTagClassName
{
color: #CFE6CD;
}
</style>
background-color css
<style>
a { background-color: #CFE6CD; }
a { background-color: rgb(207,230,205); }
div.DivClassName
{
background-color: #CFE6CD;
}
.BgClassName
{
background-color: #CFE6CD;
}
</style>
border-color css
<style>
span { border-color: #CFE6CD; }
span { border-color: rgb(207,230,205); }
td.TdClassName
{
border-color: #CFE6CD;
}
.TagClassName
{
border-color: #CFE6CD;
}
</style>